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