AddDim3PointAngular Method |
Creates an angular dimension using 3 points.
Signature
RetVal = object.AddDim3PointAngular(AngleVertex, FirstEndPoint, SecondEndPoint, TextPoint)
Object
ModelSpace Collection,
PaperSpace
Collection, Block
The object or objects this method applies to.
AngleVertex
Variant (three-element array of doubles);
input-only
The 3D WCS coordinates specifying the vertex of the angle to be
measured.
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.
TextPoint
Variant (three-element array of doubles);
input-only
The 3D WCS coordinates specifying the point at which the dimension
text is to be displayed.
RetVal
Dim3PointAngular object
The newly created angular dimension.
Comments? |