GeoCone

new SuperMap3D.GeoCone(bottomRadius, height)

3D cone geometry object class.
Name Type Description
bottomRadius Number The radius of the circle at the bottom of the vertebral body, unit: meter.
height Number The height of the vertebral body, unit: meter.

Members

geoBottomRadius : Number

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

geoHeight : Number

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

rotateOrigin : RotationOrigin

Get or set the rotation style of the model. At present, it mainly supports two types of rotation around the vertex and around the center of the model. The default value is to rotate around the center.

Methods

clone()Object

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