Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcRelOccupiesSpaces

Definition from IAI: IfcRelOccupiesSpaces is a relationship class that further constrains the parent relationship IfcRelAssignsToActor to a relationship between occupants (IfcOccupant) and either a space (IfcSpace), a collection of spaces (IfcZone), a building storey (IfcBuildingStorey), or a building (IfcBuilding).

HISTORY New Entity in IFC Release 2.0

EXPRESS specification:

ENTITY IfcRelOccupiesSpaces
SUBTYPE OF ( IfcRelAssignsToActor);
END_ENTITY;

Inheritance graph

ENTITY IfcRelOccupiesSpaces;
ENTITY IfcRoot;
GlobalId  :  IfcGloballyUniqueId;
OwnerHistory  :  IfcOwnerHistory;
Name  :  OPTIONAL IfcLabel;
Description  :  OPTIONAL IfcText;
ENTITY IfcRelationship;
ENTITY IfcRelAssigns;
RelatedObjects  :  SET [1:?] OF IfcObjectDefinition;
RelatedObjectsType  :  OPTIONAL IfcObjectTypeEnum;
ENTITY IfcRelAssignsToActor;
RelatingActor  :  IfcActor;
ActingRole  :  OPTIONAL IfcActorRole;
ENTITY IfcRelOccupiesSpaces;
END_ENTITY;