C++
AcGeOffsetSurface( AcGeSurface* baseSurface, double offsetDist, Adesk::Boolean makeCopy = Adesk::kTrue );
Description
Constructs an offset object defined by input data. If makeCopy is Adesk::kTrue, then the offset points to its own copy of the base surface. Otherwise it points directly to the input surface.
Parameters
Parameters | Description |
---|---|
baseSurface | Input base surface |
offsetDist | Input offset distance |
makeCopy | Input flag indicating an ownership of the base surface |