A dimension measuring the angular distance between three points.
Supported Platforms: Windows only
AcadDim3PointAngular
Object AcadObject AcadEntity AcadDimension AcadDim3PointAngular
VBA
ModelSpace.AddDim3PointAngular PaperSpace.AddDim3PointAngular Block.AddDim3PointAngular
VBA
ModelSpace.Item PaperSpace.Item Block.Item SelectionSet.Item Group.Item
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
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.