GeoCylinder

new SuperMap3D.GeoCylinder(topRadius, bottomRadius, height)

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

geoBottomRadius : Number

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

geoHeight : Number

Get or set the height of the cylinder, unit: meter.
Default Value: 0.0

geoTopRadius : Number

Gets or sets the radius of the top circle of the cylinder, unit: meter.
Default Value: 0.0

Methods

clone()Object

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