AddArc Method

Creates an arc given the center, radius, start angle, and end angle of the arc.

See Also | Example

Signature

RetVal = object.AddArc(Center, Radius, StartAngle, EndAngle)

Object

ModelSpace Collection, PaperSpace Collection, Block
The object or objects this method applies to.

Center

Variant (three-element array of doubles); input-only
The 3D WCS coordinates specifying the center point of the arc.

Radius

Double; input-only
The radius of the arc.

StartAngle, EndAngle

Double; input-only
The start and end angles, in radians, defining the arc. A start angle greater than an end angle defines a counterclockwise arc.

RetVal

Arc object
The newly created Arc object.

 

   Comments?