AddCylinder Method

Creates a 3D solid cylinder whose base is on the XY plane of the WCS.

See Also | Example

Signature

RetVal = object.AddCylinder(Center, Radius, Height)

Object

ModelSpace Collection, PaperSpace Collection, Block
The object or objects this method applies to.

Center

Variant (three-element array of doubles); input-only
A 3D WCS coordinates specifying the center of the bounding box.

Radius

Double; input-only
The cylinder radius. Must be a positive number.

Height

Double; input-only
The cylinder height. Must be a positive number.

RetVal

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

 

   Comments?