GeoCylinder

new Cesium.GeoCylinder(topRadius, bottomRadius, height)

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

geoBottomRadius : Number

Gets or sets the radius of the circle at the bottom of the cylinder, in meters.
Default Value: 0.0

geoHeight : Number

Gets or sets the height of the cylinder, unit: meter.
Default Value: 0.0

geoTopRadius : Number

Gets or sets the radius of the circle at the top of the cylinder, in meters.
Default Value: 0.0

Methods

clone()Object

Clone the 3D cylinder geometry object.
Returns:
Returns the new 3D cylinder geometry object.