Methods
Storey

getStoreys

Returns the list of storeys.

By default returns storeys for the active building if applicable otherwise returns all storeys.

Example



Usage

JS


Parameters

options

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

Return Value

List of storeys.

Type

Array[Storey]

Example

JS