Class Ifc4x1::IfcRelAssignsToProcess¶
Defined in File Ifc4x1.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x1.
Inheritance Relationships¶
Base Type¶
public Ifc4x1::IfcRelAssigns
(Class Ifc4x1::IfcRelAssigns)
Class Documentation¶
-
class
Ifc4x1
::
IfcRelAssignsToProcess
: public Ifc4x1::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 Types
-
typedef IfcTemplatedEntityList<IfcRelAssignsToProcess>
list
¶
Public Functions
-
::Ifc4x1::IfcProcessSelect *
RelatingProcess
() const¶ Reference to the process to which the objects are assigned to.
IFC2x4 CHANGE Datatype expanded to include IfcProcess and IfcTypeProcess.
-
void
setRelatingProcess
(::Ifc4x1::IfcProcessSelect *v)¶
-
bool
hasQuantityInProcess
() const¶ Whether the optional attribute QuantityInProcess is defined for this IfcRelAssignsToProcess.
-
::Ifc4x1::IfcMeasureWithUnit *
QuantityInProcess
() const¶ Quantity of the object specific for the operation by this process.
-
void
setQuantityInProcess
(::Ifc4x1::IfcMeasureWithUnit *v)¶
-
IfcRelAssignsToProcess
(IfcEntityInstanceData *e)¶
-
IfcRelAssignsToProcess
(std::string v1_GlobalId, ::Ifc4x1::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, IfcTemplatedEntityList<::Ifc4x1::IfcObjectDefinition>::ptr v5_RelatedObjects, boost::optional<::Ifc4x1::IfcObjectTypeEnum::Value> v6_RelatedObjectsType, ::Ifc4x1::IfcProcessSelect *v7_RelatingProcess, ::Ifc4x1::IfcMeasureWithUnit *v8_QuantityInProcess)¶
-
typedef IfcTemplatedEntityList<IfcRelAssignsToProcess>