AddTorus Method |
Creates a torus at the given location.
Signature
RetVal = object.AddTorus(Center, TorusRadius, TubeRadius)
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 in the drawing around which the torus is
centered.
TorusRadius
Double; input-only
The distance from the center of the torus to the center of the
tube. Must be a positive number.
TubeRadius
Double; input-only
The radius of the tube. Must be a positive number.
RetVal
3DSolid object
A 3DSolid object as the newly created torus.
Comments? |