Style3D

new Cesium.Style3D()

Members

altitudeMode : Number

Get or set the height mode.

billboardMode : Number

Gets or sets the billboard billboard mode. Currently, it supports the grounding, screen alignment and axis alignment modes. If the mode setting is retained when generating the S3M cache in the SuperMap desktop software, the WebGL terminal also supports it.

bottomAltitude : Number

Get or set the bottom elevation.
Example:
var style3D = new Cesium.Style3D();
//Set the bottom elevation.
style3D.bottomAltitude = 10;
//Get the bottom elevation value.
var altitude = style3D.bottomAltitude;

calloutColor : Color

Set or get the color of the leader line.

calloutWidth : Number

Set or get the width of the leader line.

emissionColor : Number

Gets or sets the color of the emissive body.

fillForeColor : Color

Gets or sets the fill foreground color.
Example:
var style3D = new Cesium.Style3D();
var color = new Cesium.Color(1.0, 0.0, 0.0);
//Set the fill foreground color.
style3D.fillForeColor = color;
//Get the fill foreground color.
var fillForeColor = style3D.fillForeColor;

fillStyle : Number

Get or set the filling style.

image : String

Set or get the storage path of the icon or the network source of the data.

lineColor : Number

Get or set the line color.

lineWidth : Number

Get or set the line width.

pointColor : Number

Get or set the color of the point.

pointSize : Number

Get or set the size of the point.