Navigation

IfcFurnitureStandard

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

ISSUES: See issue and change log for changes made in IFC 2x.
HISTORY: New Entity in IFC 2x

Use Definitions

Note: 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.

EXPRESS specification:

ENTITY IfcFurnitureStandard
SUBTYPE OF ( IfcControl);
END_ENTITY;

References (2):

Name Type Referred through Express-G
IfcControl Entity
Subtype
Diagram 2
IfcFMStandardSelect Select
Select relation
Diagram 2

Inheritance graph

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