Arc object |
A circular arc.
VBA class name: |
AcadArc |
---|---|
Create using: |
ModelSpace.AddArc |
Access via: |
ModelSpace.Item |
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.
Center StartPoint |
||
|
|
|
To create an arc, use the AddArc method. To edit or query an arc, use the following methods and properties:
Methods |
Properties |
Events |
Comments? |