AddEllipticalCylinder Method

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

See Also | Example

Signature

RetVal = object.AddEllipticalCylinder(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 cylinder. Must be a positive number.

RetVal

3DSolid object
A 3DSolid object as the newly created elliptical cylinder.

 

   Comments?