AcDbDiametricDimension Constructor
Overload List
Method |
Description |
---|
AcDbDiametricDimension::AcDbDiametricDimension () |
Default constructor. Initializes the chord points to (0,0,0), and the leader length to 0.0. In addition, all the initializations of the default constructor for AcDbDimension, AcDbEntity, and others are performed. |
AcDbDiametricDimension::AcDbDiametricDimension (AcGePoint3d&, AcGePoint3d&, double, ACHAR *, AcDbObjectId) |
This constructor uses the parameters passed in to initialize the dimension. In addition, the rest of the AcDbDimension, AcDbEntity, and other default constructor initializations are performed.If the text is inside the curve being dimensioned, then the dimension line will be drawn from the farChordPoint to the chordPoint, with a break for the annotation text.If the dimension text is outside the curve being dimensioned, then the dimension line is drawn from the farChordPoint, on through the chordPoint, and out the leaderLength distance past the chordPoint, where it will do a short horizontal dogleg... more |