Overload List
Method | Description |
---|---|
![]() | Default constructor. Creates an empty instance. |
![]() | Copy constructor. |
![]() | Creates an external curve from a curve definition passed in by the caller.An example of curveDef definition for a ShapeManager pcurve is a bs2_curve.Acceptable values for curveKind are defined in AcGe::ExternalEntityKind in gegbl.h.When the value of makeCopy is Adesk::kTrue, the method makes a copy of curveDef and owns the definition data. Adesk::kFalse indicates that the original curveDef pointer being passed in should be used. In this case, the instance does not own the definition data.For more information on ownership of definition data, see Tips. |