PolygonSymbol3D

PolygonSymbol3D 用于在 3D SceneView 中渲染具有 Polygon 几何体的要素。

关系

Extends

PolygonSymbol3D Extends Symbol3D

继承: Symbol3D

构造函数

PolygonSymbol3D

PolygonSymbol3D 用于在 3D SceneView 中渲染具有 Polygon 几何体的要素。

new PolygonSymbol3D(properties?)

参数

返回:PolygonSymbol3D PolygonSymbol3D对象

属性

type

符号类型,固定值为 "polygon-3d"。

type: "polygon-3d"

类型: "polygon-3d"

访问器

color

符号的颜色。

get color(): Color

返回: Color 符号的颜色。

set color(value: ColorProperties): void

参数

返回: void

symbolLayers

用于可视化图形或要素的 Symbol3DLayer 对象集合。

get symbolLayers(): Collection

返回: Collection 用于可视化图形或要素的 Symbol3DLayer 对象集合。

用于可视化图形或要素的 Symbol3DLayer 对象集合。

set symbolLayers(value: CollectionProperties<ExtrudeSymbol3DLayerProperties & object | FillSymbol3DLayerProperties & object | IconSymbol3DLayerProperties & object | LineSymbol3DLayerProperties & object | ObjectSymbol3DLayerProperties & object | TextSymbol3DLayerProperties & object | WaterSymbol3DLayerProperties & object>): void

返回: void

方法

clone

创建符号的深度克隆。

clone(): PolygonSymbol3D

返回:PolygonSymbol3D

toJSON

将此类的实例转换为 JSON 表示形式。

toJSON(): any

返回:any

BIMFlux AI