Describes a two dimensional wall defined as a line strip and optional maximum and minimum heights.
The wall conforms to the curvature of the globe and can be placed along the surface or at altitude.
alias WallGraphics
- The options object takes the following properties
- {Property} [options.positions] A Property specifying the array of Cartesian3 positions which define the top of the wall.
- {Property} [options.maximumHeights] A Property specifying an array of heights to be used for the top of the wall instead of the height of each position.
- {Property} [options.minimumHeights] A Property specifying an array of heights to be used for the bottom of the wall instead of the globe surface.
- {Property} [options.show=true] A boolean Property specifying the visibility of the wall.
- {Property} [options.fill=true] A boolean Property specifying whether the wall is filled with the provided material.
- {MaterialProperty} [options.material=Color.WHITE] A Property specifying the material used to fill the wall.
- {Property} [options.outline=false] A boolean Property specifying whether the wall 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 two dimensional wall defined as a line strip and optional maximum and minimum heights. The wall conforms to the curvature of the globe and can be placed along the surface or at altitude.
alias WallGraphics
- The options object takes the following properties - {Property} [options.positions] A Property specifying the array of Cartesian3 positions which define the top of the wall. - {Property} [options.maximumHeights] A Property specifying an array of heights to be used for the top of the wall instead of the height of each position. - {Property} [options.minimumHeights] A Property specifying an array of heights to be used for the bottom of the wall instead of the globe surface. - {Property} [options.show=true] A boolean Property specifying the visibility of the wall. - {Property} [options.fill=true] A boolean Property specifying whether the wall is filled with the provided material. - {MaterialProperty} [options.material=Color.WHITE] A Property specifying the material used to fill the wall. - {Property} [options.outline=false] A boolean Property specifying whether the wall 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.
Entity demo Sandcastle Wall Demo