Skip to content

KBE3D / KBCore / Cesium / CorridorGraphics

类: CorridorGraphics

Describes a corridor, which is a shape defined by a centerline and width that conforms to the curvature of the globe. It can be placed on the surface or at altitude and can optionally be extruded into a volume.

参数

Object describing initialization options

属性

definitionChanged

readonly definitionChanged: Event

Gets the event that is raised whenever a property or sub-property is changed or modified.


show

show: Property | undefined

Gets or sets the boolean Property specifying the visibility of the corridor.


positions

positions: Property | undefined

Gets or sets a Property specifying the array of Cartesian3 positions that define the centerline of the corridor.


width

width: Property | undefined

Gets or sets the numeric Property specifying the width of the outline.


height

height: Property | undefined

Gets or sets the numeric Property specifying the altitude of the corridor.


heightReference

heightReference: Property | undefined

Gets or sets the Property specifying the HeightReference.


extrudedHeight

extrudedHeight: Property | undefined

Gets or sets the numeric Property specifying the altitude of the corridor extrusion. Setting this property creates a corridor shaped volume starting at height and ending at this altitude.


extrudedHeightReference

extrudedHeightReference: Property | undefined

Gets or sets the Property specifying the extruded HeightReference.


cornerType

cornerType: Property | undefined

Gets or sets the CornerType Property specifying how corners are styled.


granularity

granularity: Property | undefined

Gets or sets the numeric Property specifying the sampling distance between each latitude and longitude point.


fill

fill: Property | undefined

Gets or sets the boolean Property specifying whether the corridor is filled with the provided material.


material

material: MaterialProperty | undefined

Gets or sets the Property specifying the material used to fill the corridor.


outline

outline: Property | undefined

Gets or sets the Property specifying whether the corridor is outlined.


outlineColor

outlineColor: Property | undefined

Gets or sets the Property specifying the Color of the outline.


outlineWidth

outlineWidth: Property | undefined

Gets or sets the numeric Property specifying the width of the outline. <p> Note: This property will be ignored on all major browsers on Windows platforms. For details, see (@link https://github.com/CesiumGS/cesium/issues/40\

}. </p>


shadows

shadows: Property | undefined

Get or sets the enum Property specifying whether the corridor casts or receives shadows from light sources.


distanceDisplayCondition

distanceDisplayCondition: Property | undefined

Gets or sets the DistanceDisplayCondition Property specifying at what distance from the camera that this corridor will be displayed.


classificationType

classificationType: Property | undefined

Gets or sets the ClassificationType Property specifying whether this corridor will classify terrain, 3D Tiles, or both when on the ground.


zIndex

zIndex: ConstantProperty | undefined

Gets or sets the zIndex Property specifying the ordering of the corridor. Only has an effect if the coridor is static and neither height or exturdedHeight are specified.

方法

clone()

clone(result?: CorridorGraphics): CorridorGraphics

Duplicates this instance.

参数

result?

CorridorGraphics

The object onto which to store the result.

返回

CorridorGraphics

The modified result parameter or a new instance if one was not provided.


merge()

merge(source: CorridorGraphics): void

Assigns each unassigned property on this object to the value of the same property on the provided source object.

参数

source

CorridorGraphics

The object to be merged into this object.

返回

void

构造函数

构造函数

new CorridorGraphics(options?: ConstructorOptions): CorridorGraphics

参数

options?

ConstructorOptions

返回

CorridorGraphics

KBE3D @3.0.0 Copyright © 2024-present KBE3D