Class Ifc2x3::IfcRelAssignsToProcess

Nested Relationships

This class is a nested type of Struct Ifc2x3.

Inheritance Relationships

Base Type

Class Documentation

class Ifc2x3::IfcRelAssignsToProcess : public Ifc2x3::IfcRelAssigns

The objectified relationship IfcRelAssignsToProcess handles the assignment of one or many objects to a process or activity. An object can be a product that is the item the process operates on. Processes and activities can operate on things other than products, and can operate in ways other than input and output.

EXAMPLE It may be common to define processes during estimating or scheduling that describe design tasks (resulting in documents), procurement tasks (resulting in construction materials), planning tasks (resulting in processes), etc. Furthermore, the ways in which process can operate on something might include “installs”, “finishes”, “transports”, “removes”, etc. The ways are described as operation types. The inherited attribute RelatedObjects gives the references to the objects, or object type, which the process operates on. The RelatingProcess is the process or process type, that operates on the object. The operation types are captured in the inherited attribute Name. NOTE The agreement on valid and recognizable values for the Name attribute is part of view definitions and implementer agreements.

HISTORY New entity in IFC Release 1.5. Has been renamed from IfcRelProcessOperatesOn in IFC Release 2x.

IFC2x4 CHANGE The data type RelatingProcess has been extended to cover also IfcTypeProcess

Public Functions

::Ifc2x3::IfcProcess *RelatingProcess() const

Reference to the process to which the objects are assigned to.

IFC2x4 CHANGE Datatype expanded to include IfcProcess and IfcTypeProcess.

void setRelatingProcess(::Ifc2x3::IfcProcess *v)
bool hasQuantityInProcess() const

Whether the optional attribute QuantityInProcess is defined for this IfcRelAssignsToProcess.

::Ifc2x3::IfcMeasureWithUnit *QuantityInProcess() const

Quantity of the object specific for the operation by this process.

void setQuantityInProcess(::Ifc2x3::IfcMeasureWithUnit *v)
const IfcParse::entity &declaration() const
IfcRelAssignsToProcess(IfcEntityInstanceData *e)
IfcRelAssignsToProcess(std::string v1_GlobalId, ::Ifc2x3::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, IfcTemplatedEntityList<::Ifc2x3::IfcObjectDefinition>::ptr v5_RelatedObjects, boost::optional<::Ifc2x3::IfcObjectTypeEnum::Value> v6_RelatedObjectsType, ::Ifc2x3::IfcProcess *v7_RelatingProcess, ::Ifc2x3::IfcMeasureWithUnit *v8_QuantityInProcess)

Public Static Functions

const IfcParse::entity &Class()