The 3D cylindrical geometry object class.
Name | Type | Description |
---|---|---|
topRadius |
Number | The radius of the circle at the top of the cylinder, in meters. |
bottomRadius |
Number | The radius of the circle at the bottom of the cylinder, in meters. |
height |
Number | The height of the cylinder, in meters. |
Members
-
Gets or sets the radius of the circle at the bottom of the cylinder, in meters.
-
Default Value:
0.0
-
Gets or sets the height of the cylinder, unit: meter.
-
Default Value:
0.0
-
Gets or sets the radius of the circle at the top of the cylinder, in meters.
-
Default Value:
0.0
Methods
-
Clone the 3D cylinder geometry object.
Returns:
Returns the new 3D cylinder geometry object.