Describes a polyline volume defined as a line strip and corresponding two dimensional shape which is extruded along it.
The resulting volume conforms to the curvature of the globe.
alias PolylineVolumeGraphics
The options object takes the following properties
{Property} [options.positions] A Property specifying the array of Cartesian3 positions which define the line strip.
{Property} [options.shape] A Property specifying the array of Cartesian2 positions which define the shape to be extruded.
{Property} [options.cornerType=CornerType.ROUNDED] A CornerType Property specifying the style of the corners.
{Property} [options.show=true] A boolean Property specifying the visibility of the volume.
{Property} [options.fill=true] A boolean Property specifying whether the volume is filled with the provided material.
{MaterialProperty} [options.material=Color.WHITE] A Property specifying the material used to fill the volume.
{Property} [options.outline=false] A boolean Property specifying whether the volume is outlined.
{Property} [options.outlineColor=Color.BLACK] A Property specifying the Color of the outline.
{Property} [options.outlineWidth=1.0] A numeric Property specifying the width of the outline.
{Property} [options.granularity=Cesium.Math.RADIANS_PER_DEGREE] A numeric Property specifying the angular distance between each latitude and longitude point.
Describes a polyline volume defined as a line strip and corresponding two dimensional shape which is extruded along it. The resulting volume conforms to the curvature of the globe.
alias PolylineVolumeGraphics
Entity demo Sandcastle Polyline Volume Demo