Share

AcBrElement2d Constructor

Overload List

Method Description
AcBrElement2d::AcBrElement2d () Default constructor. Instantiates an empty object. The function isNull() will return kTrue on an object created this way. To set an AcBrElement2d, use an AcBrMesh2dElement2dTraverser and its getElement() member function.
AcBrElement2d::AcBrElement2d (AcBrElement2d&) Copy constructor. Instantiates an object initialized to the same contents as the src object.

Was this information helpful?