Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LineSymbol3DLayerProperties

Hierarchy

Index

Properties

Properties

Optional cap

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

The style used to draw the endpoint of a line.

Read more...

Optional join

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

The style used to draw the intersection of two line segments within a line geometry.

Read more...

Optional material

The material used to shade the line.

Read more...

Optional size

size: string | number

The width of the line in points.

Read more...

Generated using TypeDoc