Dim3PointAngular object |
A dimension measuring the angular distance between three points.
VBA class name: |
AcadDim3PointAngular |
---|---|
Create using: |
ModelSpace.AddDim3PointAngular |
Access via: |
ModelSpace.Item |
When creating a three point angular dimension, AutoCAD draws the dimension line arc between the extension lines. The extension lines are drawn from the angle endpoints to the intersection of the dimension line arc.
A 3 point angular dimension
AutoCAD uses the location of the dimension line arc to choose between the minor and major angles specified by the angle vertex and extension lines.
To create a three point angular dimension, use the AddDim3PointAngular method. To edit or query a three point angular dimension, use the following methods and properties:
Methods |
Properties |
Events |
Comments? |