Share

AcBrComplex Constructor

Overload List

Method Description
AcBrComplex::AcBrComplex () 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.
AcBrComplex::AcBrComplex (AcBrComplex&) Copy constructor. Instantiates an object initialized to the same contents as the src object.

Was this information helpful?