Methods
Storey
getStoreys
Returns the list of storeys.
By default returns storeys for the active building if applicable otherwise returns all storeys.
Options for getting storeys.
Type | Required |
Object | No |
Properties
Name | Type | Required | Description |
all | Boolean | No | Get storeys from all models |
buildingId | String | No | Get storeys for a specific building |
visible | Boolean | No | Don't include storeys that are not visible |
List of storeys.
Type |
Array[Storey] |
Updated 12 Sep 2024
Did this page help you?