AcDbRadialDimensionLarge::AcDbRadialDimensionLarge

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

Primary constructor. Creates an AcDbRadialDimensionLarge object. 

 

Links