pyautark (soon)
@urban-toolkit/autk-compute / RenderViewpointStrategy
Type Alias: RenderViewpointStrategy
RenderViewpointStrategy = {
type:"centroid"; } | {floors:number;type:"building-windows"; }
Defined in: api.ts:49
Selects how view origins are derived from the viewpoints collection.
Union Members
Type Literal
{ type: "centroid"; }
Type Literal
{ floors: number; type: "building-windows"; }
floors
floors:
number
Number of floors used to build the window layout.
type
type:
"building-windows"