Gets the data that defines the cylinder.
"cylinder_var" is a variable referencing a Cylinder object.
|
|
Type | Description |
boolean | Returns true if successful. |
Name | Type | Description |
origin | Point3D | The output origin point (center) of the base of the cylinder. |
axis | Vector3D | The output center axis (along the length) of the cylinder that defines its normal direction. |
radius | double | The output radius of the cylinder. |