|
Method |
Description |
|
Default constructor. Instantiates an empty object. The function isNull() will return kTrue. The default constructor instantiates an empty object. To set an AcBrComplex, call AcBrBrepComplexTraverser::getComplex() or AcBrShell::getComplex() using this complex object as input. | |
|
Copy constructor. Instantiates an object initialized to the same contents as the src object. |