Appearance
Storeys Object
Defined within structures.{StructureID}.storeys. Keys are typically storey indices (e.g., "1", "2").
Properties:
| Key | Type | Description |
|---|---|---|
id | String | Unique identifier for the storey (e.g., "st_szk8wyhmt"). |
structure_id | String | Reference to the parent structure ID. |
type | String | Type identifier (e.g., "storey"). |
name | String | User-defined name of the storey. |
base | Number | Base elevation of the storey. |
height | Number | Height of the storey. |
value | Number | Storey index value. |
hidden | Boolean | Visibility state of the storey. |
revitMetaData | Object | Revit-specific metadata for the storey. |
elements | Array<Number> | List of uniqueIds of entities belonging to this storey. |
contextAssets | Array<Object> | Context asset definitions for this storey. |