Share

AcBrBrepVertexTraverser Constructor

Overload List

Method Description
AcBrBrepVertexTraverser::AcBrBrepVertexTraverser () Default constructor. Instantiates an uninitialized object. The function isNull() will return kTrue on an object created this way. To set an AcBrBrepVertexTraverser, call setBrep() and/or setVertex using valid, previously instantiated brep and vertex objects.
AcBrBrepVertexTraverser::AcBrBrepVertexTraverser (AcBrBrepVertexTraverser&) Copy constructor. Instantiates an object initialized to the same contents as the src object.

Was this information helpful?