Share

AcDbOrdinateDimension Constructor

Overload List

Method Description
AcDbOrdinateDimension::AcDbOrdinateDimension () Default constructor. Initializes the origin, defining, and leader endpoints all to (0,0,0), and sets the X axis to be used. In addition, all the initializations of the default constructor for AcDbDimension, AcDbEntity, etc. are performed.
AcDbOrdinateDimension::AcDbOrdinateDimension (Adesk::Boolean, AcGePoint3d&, AcGePoint3d&, ACHAR *, AcDbObjectId) This constructor uses the parameters passed in to initialize the dimension. In addition, the origin point is set to (0,0,0) in WCS coordinates and the rest of the AcDbDimension, AcDbEntity, etc., default constructor initializations are performed.A copy of the dimText string will be used by the dimension.The dimText string needs to contain any desired MText formatting characters. The substring "<>" may be used anywhere within the string as a marker to indicate that the default text should be displayed there in place of the "<>" (it is possible to have more than one set of "<>"... more

Was this information helpful?