Skip to content
pyautark (soon)

@urban-toolkit/autk-core


@urban-toolkit/autk-core / BuildingWindowLayoutResult

Interface: BuildingWindowLayoutResult

Defined in: triangulator-windows.ts:58

Window-layout result for a building collection.

Properties

collection

collection: FeatureCollection<Point>

Defined in: triangulator-windows.ts:60

GeoJSON point features representing generated window centers.


windows

windows: BuildingWindowLayoutEntry[]

Defined in: triangulator-windows.ts:62

Detailed metadata for each generated window instance.

Released under the MIT License.