Share

AcBrMesh2dControl Constructor

Overload List

Method Description
AcBrMesh2dControl::AcBrMesh2dControl () Default constructor. An instantiated 2d mesh control object defaults to a complete set of valid controls. It is not necessary to invoke any member functions on this class or the base class unless a specific control or set of controls needs fine-tuning. All controls default to "off", which is the same as setting them with no argument supplied. Switch a control on by setting it to a legal value, and switch it off by setting with no argument supplied.
AcBrMesh2dControl::AcBrMesh2dControl (AcBrMesh2dControl&) Copy constructor. Instantiates an object initialized to the same contents as the src object.

Was this information helpful?