Schemas / BIM / OpenBIM
rig.bim.storey
v0.31.0 · draft 1 field 0 required
Fields
| Field | Type | Meaning | |
|---|---|---|---|
elevation |
float | optional | Optional. Storey elevation in document units; absent = 0 |
Building storey / level datum (IfcBuildingStorey). Format when present.
A storey is a datum, not only a folder. Compose rig.spatial.group so elements can set rig.spatial.relationship parent to this entity for containment. Pose of the group (if any) stays on rig.spatial.transform.
JSON Schema
Resolves at https://rig.works/schemas/rig.bim.storey.schema.json —
raw file.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://rig.works/schemas/rig.bim.storey.schema.json",
"title": "rig.bim.storey",
"type": "object",
"additionalProperties": false,
"properties": {
"elevation": {
"$ref": "./_defs.schema.json#/$defs/float"
}
}
}