Class Ifc2x3::IfcRelAssignsToControl¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcRelAssigns
(Class Ifc2x3::IfcRelAssigns)
Derived Types¶
public Ifc2x3::IfcRelAssignsTasks
(Class Ifc2x3::IfcRelAssignsTasks)public Ifc2x3::IfcRelAssignsToProjectOrder
(Class Ifc2x3::IfcRelAssignsToProjectOrder)public Ifc2x3::IfcRelSchedulesCostItems
(Class Ifc2x3::IfcRelSchedulesCostItems)
Class Documentation¶
-
class
Ifc2x3
::
IfcRelAssignsToControl
: public Ifc2x3::IfcRelAssigns¶ The objectified relationship IfcRelAssignsToControl handles the assignment of a control (represented by subtypes of IfcControl) to other objects (represented by subtypes of IfcObject, with the exception of controls).
EXAMPLE The assignment of a performance history (as subtype of IfcControl) for a building service element (as subtype of IfcObject) is an application of this generic relationship.
HISTORY New Entity in IFC Release 2.0. Has been renamed from IfcRelControls in IFC Release 2x.
Subclassed by Ifc2x3::IfcRelAssignsTasks, Ifc2x3::IfcRelAssignsToProjectOrder, Ifc2x3::IfcRelSchedulesCostItems
Public Types
-
typedef IfcTemplatedEntityList<IfcRelAssignsToControl>
list
¶
Public Functions
-
::Ifc2x3::IfcControl *
RelatingControl
() const¶ Reference to the IfcControl that applies a control upon objects.
-
void
setRelatingControl
(::Ifc2x3::IfcControl *v)¶
-
IfcRelAssignsToControl
(IfcEntityInstanceData *e)¶
-
IfcRelAssignsToControl
(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::IfcControl *v7_RelatingControl)¶
-
typedef IfcTemplatedEntityList<IfcRelAssignsToControl>