Overload List
Method | Description |
---|---|
![]() | Default constructor. Creates an empty instance. |
![]() | Copy constructor. |
![]() | Constructor that creates an external bounded surface from an external surface definition passed in by the caller.An example of surfaceDef for a ShapeManager FACE would be a FACE*.Acceptable values for surfaceKind are defined in AcGe::ExternalEntityKind in gegbl.h.When the value of makeCopy is Adesk::kTrue, the method makes a copy of surfaceDef and the instance owns the definition data (see Tips). Adesk::kFalse indicates that the original surfaceDef pointer being passed in should be used. In this case, the instance does not own the definition data. |