AddCone Method |
Creates a 3D solid cone with the base on the XY plane of the WCS.
Signature
RetVal = object.AddCone(Center, BaseRadius, Height)
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 of the bounding
box.
BaseRadius
Double; input-only
The radius of the cone base. Must be a positive number.
Height
Double; input-only
The height of the cone. Must be a positive number.
RetVal
3DSolid object
A 3DSolid object as the newly created cone.
Comments? |