A circular arc.
Supported Platforms: Windows only
AcadArc
Object AcadObject AcadEntity AcadArc
VBA
ModelSpace.AddArc PaperSpace.AddArc Block.AddArc
VBA
ModelSpace.Item PaperSpace.Item Block.Item SelectionSet.Item Group.Item
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
An arc is always drawn counterclockwise from the start point to the endpoint. The StartPoint and EndPoint properties of an arc are calculated through the StartAngle, EndAngle, and Radius properties.
To create an arc, use the AddArc method.