Sets the data defining the elliptical cylinder.
"ellipticalCylinder_var" is a variable referencing an EllipticalCylinder object.
|
"ellipticalCylinder_var" is a variable referencing an EllipticalCylinder object.
|
Type | Description |
boolean | Returns true if successful. |
Name | Type | Description |
origin | Point3D | The origin point (center) of the base of the cylinder. |
axis | Vector3D | The center axis (along the length) of the cylinder that defines its normal direction. |
majorAxis | Vector3D | The direction of the major axis of the ellipse that defines the cylinder. |
majorRadius | double | The major radius of the ellipse that defines the cylinder. |
minorRadius | double | The minor radius of the ellipse that defines the cylinder. |