Schemas / BIM / OpenBIM
rig.bim.type
v0.31.0 · draft 0 fields 0 required
Fields
Marker component — presence is the whole meaning, no fields.
Shared BIM type / family marker (IfcWallType, IfcDoorType, ...). Format when present - presence means this entity is a type definition, not an occurrence.
No fields. Compose:
rig.bim.classify- IFC class (IfcWallType, ...) and optional scheme codesrig.bim.pset- type property setsrig.meta.named- type name / GlobalId
Occurrences point here via rig.bim.occurrence. Do not copy type psets onto every instance.
JSON Schema
Resolves at https://rig.works/schemas/rig.bim.type.schema.json —
raw file.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://rig.works/schemas/rig.bim.type.schema.json",
"title": "rig.bim.type",
"type": "object",
"additionalProperties": false,
"properties": {},
"minProperties": 0
}