Share

AcGeOffsetSurface Constructor

Overload List

Method Description
AcGeOffsetSurface::AcGeOffsetSurface () Default constructor. Initializes the base surface pointer to NULL and the offset distance to 0.0.
AcGeOffsetSurface::AcGeOffsetSurface (AcGeOffsetSurface&) Constructs an offset object that is a copy of the input offset.
AcGeOffsetSurface::AcGeOffsetSurface (AcGeSurface*, double, Adesk::Boolean) 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.

Was this information helpful?