Skip to content

KBE3D / KBCore / Cesium / PolylineVolumeGraphics / ConstructorOptions

接口: ConstructorOptions

Initialization options for the PolylineVolumeGraphics constructor

属性

show?

optional show: boolean | Property

A boolean Property specifying the visibility of the volume.


positions?

optional positions: Property | Cartesian3[]

A Property specifying the array of Cartesian3 positions which define the line strip.


shape?

optional shape: Property | Cartesian2[]

A Property specifying the array of Cartesian2 positions which define the shape to be extruded.


cornerType?

optional cornerType: Property | CornerType

A CornerType Property specifying the style of the corners.


granularity?

optional granularity: number | Property

A numeric Property specifying the angular distance between each latitude and longitude point.


fill?

optional fill: boolean | Property

A boolean Property specifying whether the volume is filled with the provided material.


material?

optional material: Color | MaterialProperty

A Property specifying the material used to fill the volume.


outline?

optional outline: boolean | Property

A boolean Property specifying whether the volume is outlined.


outlineColor?

optional outlineColor: Color | Property

A Property specifying the Color of the outline.


outlineWidth?

optional outlineWidth: number | Property

A numeric Property specifying the width of the outline.


shadows?

optional shadows: Property | ShadowMode

An enum Property specifying whether the volume casts or receives shadows from light sources.


distanceDisplayCondition?

optional distanceDisplayCondition: Property | DistanceDisplayCondition

A Property specifying at what distance from the camera that this volume will be displayed.

KBE3D @3.0.0 Copyright © 2024-present KBE3D