Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcFurnitureStandard

Definition from IAI: An IfcFurnitureStandard is a standard for furniture allocation that can be assigned to persons within an organization.

HISTORY: New Entity in IFC 2x

Use Definitions

A furniture standard is assigned a set of classification notations (through the IfcRelAssociatesClassification class within the IfcKernel schema) that determine the types of furniture that fulfil the requirements of the standard. In order to use the IfcFurnitureStandard class, a classification of furniture items must have been established. This does not mean that each individual furniture item needs to have a classification notation although this is considered to be desirable.

A furniture standard is assigned to one or several persons or organisations (like a work group or department) through the IfcRelAssignsToControl relationship via the Controls inverse attribute.

EXPRESS specification:

ENTITY IfcFurnitureStandard
SUBTYPE OF ( IfcControl);
END_ENTITY;

Inheritance graph

ENTITY IfcFurnitureStandard;
ENTITY IfcRoot;
GlobalId  :  IfcGloballyUniqueId;
OwnerHistory  :  IfcOwnerHistory;
Name  :  OPTIONAL IfcLabel;
Description  :  OPTIONAL IfcText;
ENTITY IfcObjectDefinition;
INVERSE
HasAssignments  :  SET OF IfcRelAssigns FOR RelatedObjects;
IsDecomposedBy  :  SET OF IfcRelDecomposes FOR RelatingObject;
Decomposes  :  SET [0:1] OF IfcRelDecomposes FOR RelatedObjects;
HasAssociations  :  SET OF IfcRelAssociates FOR RelatedObjects;
ENTITY IfcObject;
ObjectType  :  OPTIONAL IfcLabel;
INVERSE
IsDefinedBy  :  SET OF IfcRelDefines FOR RelatedObjects;
ENTITY IfcControl;
INVERSE
Controls  :  SET OF IfcRelAssignsToControl FOR RelatingControl;
ENTITY IfcFurnitureStandard;
END_ENTITY;