Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcLaborResource

Definition from IAI: An IfcLaborResource is used in construction with particular skills or crafts required to perform certain types of construction or management related work.

HISTORY: New Entity in IFC Release 2.0

Use Definition

Labor resources do not identify individual persons (i.e. IfcActors) for cost estimating purpose.

EXPRESS specification:

ENTITY IfcLaborResource
SUBTYPE OF ( IfcConstructionResource);
SkillSet  :  OPTIONAL IfcText;
END_ENTITY;

Attribute definitions:

SkillSet  :  The skill set required for this type of labor.

Inheritance graph

ENTITY IfcLaborResource;
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 IfcResource;
INVERSE
ResourceOf  :  SET OF IfcRelAssignsToResource FOR RelatingResource;
ENTITY IfcConstructionResource;
ResourceIdentifier  :  OPTIONAL IfcIdentifier;
ResourceGroup  :  OPTIONAL IfcLabel;
ResourceConsumption  :  OPTIONAL IfcResourceConsumptionEnum;
BaseQuantity  :  OPTIONAL IfcMeasureWithUnit;
ENTITY IfcLaborResource;
SkillSet  :  OPTIONAL IfcText;
END_ENTITY;