Skip to content
pyautark (soon)

@urban-toolkit/autk-core


@urban-toolkit/autk-core / LayerBorderComponent

Interface: LayerBorderComponent

Defined in: types-mesh.ts:67

Per-feature counts for a border or outline component.

These counts describe the line-oriented geometry emitted for a source feature.

Properties

nLines

nLines: number

Defined in: types-mesh.ts:71

Number of lines contributed by the border component.


nPoints

nPoints: number

Defined in: types-mesh.ts:69

Number of vertices contributed by the border component.

Released under the MIT License.