AcDbRadialDimensionLarge( const AcGePoint3d& center, const AcGePoint3d& chordPoint, const AcGePoint3d& overrideCenter, const AcGePoint3d& jogPoint, double jogAngle, const ACHAR * dimText = NULL, AcDbObjectId dimStyle = AcDbObjectId::kNull );
|
Parameters |
Description |
|
center |
Center point of the arc being dimensioned by the jogged radius dimension |
|
chordPoint |
Chord point on the arc dimensioned by the jogged radius dimension |
|
overrideCenter |
Overriden center point used by the jogged radius dimension |
|
jogPoint |
Jog point used by the jogged radius dimension |
|
jogAngle |
Jog angle used by the jogged radius dimension |
|
dimText |
Dimension text to use instead of calculated value |
|
dimStyle |
Dimension style object ID |
Primary constructor. Creates an AcDbRadialDimensionLarge object.