AddEllipticalCone Method

Creates a 3D solid elliptical cone on the XY plane of the WCS given the Center, MajorRadius, MinorRadius, and Height.

See Also | Example

Signature

RetVal = object.AddEllipticalCone(Center, MajorRadius, MinorRadius, 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.

MajorRadius

Double; input-only
The length of the major radius for the ellipse base. Must be a positive number.

MinorRadius

Double; input-only
The length of the minor radius for the ellipse 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 elliptical cone.

 

   Comments?