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