Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PathSymbol3DLayerProperties

Hierarchy

Index

Properties

Optional anchor

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

Defines offset of the path cross section relative to the Polyline geometry.

Read more...

Optional cap

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

Controls the shape at the start and end point of the path.

Read more...

Optional castShadows

castShadows: boolean

Indicates whether the symbol layer geometry casts shadows in the scene.

Read more...

Optional height

height: number

The vertical dimension of the cross-section of the path in meters.

Read more...

Optional join

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

Controls the shape of the connection between two segments of the path.

Read more...

Optional material

The material used to shade the path.

Read more...

Optional profile

profile: "circle" | "quad"

Cross-section profile of the path geometry.

Read more...

Optional profileRotation

profileRotation: "all" | "heading"

Defines how the profile is rotated as it is extruded along the Polyline geometry.

Read more...

Optional size

size: number

Sets the width and height of the path in meters.

Read more...

Optional width

width: number

The horizontal dimension of the cross-section of the path in meters.

Read more...

Generated using TypeDoc