Navigation

IfcConstructionEquipmentResource

Definition from IAI: An IfcConstructionEquipmentResource is a type of construction equipment that is used as resource to assist in the performance of construction. Construction Equipment resources are wholly or partially consumed, or occupied (i.e. used) in the performance of construction.

NOTE: There are differences in the specification of IfcEquipmentElement and IfcConstructionEquipmentResource.

NOTE: The manufacturer information, as all other property information, is attached via the IfcRelAssignsProperties relationship, pointing to an IfcManufacturerInformation instance

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

EXPRESS specification:

ENTITY IfcConstructionEquipmentResource
SUBTYPE OF ( IfcResource);
END_ENTITY;

References (1):

Name Type Referred through Express-G
IfcResource Entity
Subtype
Diagram 1

Inheritance graph

ENTITY IfcConstructionEquipmentResource;
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 IfcResource;
ResourceConsumption  :  OPTIONAL IfcResourceConsumptionEnum;
BaseUnit  :  OPTIONAL IfcMeasureWithUnit;
INVERSE
ResourceOf  :  SET OF IfcRelAssignsToResource FOR RelatingResource;
END_ENTITY;