Style3D

new Cesium.Style3D()

Members

altitudeMode : Number

Gets or sets the height mode.

bottomAltitude : Number

Gets or sets 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;

emissionColor : Number

Gets or sets the color of the self-illuminator.

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 fill style.

lineColor : Number

Get or set the line color.

lineWidth : Number

Get or set the line width.

pointColor : Number

Gets or sets the color of the point.

pointSize : Number

Gets or sets the size of the point.