Share

AcBrMesh2d Constructor

Overload List

Method Description
AcBrMesh2d::AcBrMesh2d () Default constructor. Instantiates an empty object. The function isNull() will return kTrue on an object created this way. To set an AcBrMesh2d object, call generate() using a valid mesh filter. To facet an entire solid, call generate() using a filter whose entity key is an AcBrBrep. To facet an individual surface, call generate() using a filter whose entity key is an AcBrFace. Deleting an AcBrMesh2d object also deletes the elements and nodes that it generated, so the user should archive their own copies of the elements and nodes if necessary before deleting this mesh object.
AcBrMesh2d::AcBrMesh2d (AcBrMesh2d&) Copy constructor. Instantiates an object initialized to the same contents as the src object.

Was this information helpful?