Share

AcDbRotatedDimension Constructor

Overload List

Method Description
AcDbRotatedDimension::AcDbRotatedDimension () Default constructor. Initializes the dimension line definition point and extension line 1 and 2 start points all to (0,0,0), and the rotation and obliquing angles to 0.0. In addition, all the initializations of the default constructor for AcDbDimension, AcDbEntity, etc. are performed.
AcDbRotatedDimension::AcDbRotatedDimension (double, AcGePoint3d&, AcGePoint3d&, AcGePoint3d&, ACHAR *, AcDbObjectId) This constructor uses the parameters passed in to initialize the dimension. In addition, the extension line obliquing angle is set to 0.0 and the rest of the AcDbDimension, AcDbEntity, etc. default constructor initializations are performed.The rotation angle is relative to the dimension's OCS X axis, with positive angles going counter-clockwise when looking down the OCS positive Z axis towards the origin.A copy of the dimText string is 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... more

Was this information helpful?