GeoCone

new Cesium.GeoCone(bottomRadius, height)

The 3D cone geometry object class.
Name Type Description
bottomRadius Number The radius of the circle at the base of the cone, in meters.
height Number The height of the vertebral body, in meters.

Members

geoBottomRadius : Number

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

geoHeight : Number

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

rotateOrigin : RotationOrigin

Get or set the rotation style of the model. Currently, it mainly supports rotation around the vertex and rotation around the center point of the model. The default value is rotation around the center point.

Methods

clone()Object

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