AddDimArc Method |
Creates an arc length dimension for an arc.
Signature
RetVal = object.AddDimArc(ArcCenter, FirstEndPoint, SecondEndPoint, ArcPoint)
Object
ModelSpace Collection,
PaperSpace
Collection, Block
The object or objects this method applies to.
ArcCenter
Variant (three-element array of doubles);
input-only
The 3D WCS coordinates specifying the center of the arc.
FirstEndPoint
Variant (three-element array of doubles);
input-only
The 3D WCS coordinates specifying the point through which the first
extension line passes.
SecondEndPoint
Variant (three-element array of doubles);
input-only
The 3D WCS coordinates specifying the point through which the
second extension line passes.
ArcPoint
Variant (three-element array of doubles);
input-only
The 3D WCS coordinates specifying a point on the arc.
RetVal
DimArcLength object
The newly created arc length dimension.
Remarks
|
The ArcCenter is the center of the arc being dimensioned. FirstEndPoint and SecondEndPoint are the points through which the two extension lines pass.
Note To access this method, use the AcadBlock, AcadModelSpace, or AcadPaperSpace interface.
Comments? |