PathSymbol3DLayerProperties

定义路径横截面相对于 Polyline 几何体的偏移。

关系

Extends

PathSymbol3DLayerProperties Extends Symbol3DLayerProperties

属性

anchor

定义路径横截面相对于 Polyline 几何体的偏移。

anchor?: "center" | "top" | "bottom"

类型: "center" | "top" | "bottom"

cap

控制路径起点和终点的形状。

cap?: "none" | "square" | "butt" | "round"

类型: "none" | "square" | "butt" | "round"

castShadows

指示符号图层几何体是否在场景中投射阴影。

castShadows?: boolean

类型: boolean

height

路径横截面的垂直尺寸,以米为单位。

height?: number

类型: number

join

控制路径两个线段之间连接的形状。

join?: "round" | "miter" | "bevel"

类型: "round" | "miter" | "bevel"

material

用于着色路径的材质。

material?: PathSymbol3DLayerMaterialProperties

profile

路径几何体的横截面轮廓。

profile?: "circle" | "quad"

类型: "circle" | "quad"

profileRotation

定义轮廓沿 Polyline 几何体拉伸时的旋转方式。

profileRotation?: "heading" | "all"

类型: "heading" | "all"

width

路径横截面的水平尺寸,以米为单位。

width?: number

类型: number

BIMFlux AI