AcDbRadialDimension Constructor
Overload List
Method |
Description |
---|
AcDbRadialDimension::AcDbRadialDimension () |
Default constructor. Initializes the center and 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, etc. are performed. |
AcDbRadialDimension::AcDbRadialDimension (AcGePoint3d&, AcGePoint3d&, double, ACHAR *, AcDbObjectId) |
This constructor uses the parameters passed in to initialize the dimension. In addition, the rest of the AcDbDimension, AcDbEntity, etc. default constructor initializations are performed.If the text is inside the curve being dimensioned, then the dimension line is drawn from the center 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 center, on through the chordPoint and out the leaderLength distance past the chordPoint where it does a short horizontal dogleg (if appropriate) to the annotation... more |