AddSphere Method |
Creates a sphere given the center and radius.
Signature
RetVal = object.AddSphere(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 sphere center point.
Radius
Double; input-only
The radius of the sphere. Must be a positive number.
RetVal
3DSolid object
A 3DSolid object as the newly created sphere.
Comments? |