AcDbArcDimension( const AcGePoint3d& centerPoint, const AcGePoint3d& xLine1Point, const AcGePoint3d& xLine2Point, const AcGePoint3d& arcPoint, const ACHAR * dimText = NULL, AcDbObjectId dimStyle = AcDbObjectId::kNull );
|
Parameters |
Description |
|
const AcGePoint3d& centerPoint |
Center of the arc being dimensioned |
|
const AcGePoint3d& xLine1Point |
First extension line end point |
|
const AcGePoint3d& xLine2Point |
Second extension line end point |
|
const AcGePoint3d& arcPoint |
Point on arc being dimensioned |
|
const ACHAR * dimText = NULL |
Dimension text to use instead of calculated value |
|
AcDbObjectId dimStyle = AcDbObjectId::kNull |
Dimension style object ID |
Primary constructor.
Returns an AcDbArcDimension object.