AddCircle Method |
Creates a circle given a center point and radius.
Signature
RetVal = object.AddCircle(Center, Radius)
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 circle's center.
Radius
Double; input-only
The radius of the circle. Must be a positive number.
RetVal
Circle object
The newly created Circle object.
Remarks
This circle is created on the XY plane of the WCS.
Comments? |