AcDbAlignedDimension Constructor
Overload List
Method |
Description |
---|
AcDbAlignedDimension::AcDbAlignedDimension () |
Default constructor. Initializes the dimension line definition point and extension line 1 and 2 start points all to (0,0,0), and the obliquing angle to 0.0. In addition, all the initializations of the default constructor for AcDbDimension, AcDbEntity, and others, are performed. |
AcDbAlignedDimension::AcDbAlignedDimension (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, and others, default constructor initializations are performed.A copy of the dimText string will be used by the dimension.The dimText string will need 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 |