Class Ifc4x2::IfcRelAssignsToControl¶
Defined in File Ifc4x2.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x2.
Inheritance Relationships¶
Base Type¶
public Ifc4x2::IfcRelAssigns
(Class Ifc4x2::IfcRelAssigns)
Class Documentation¶
-
class
Ifc4x2
::
IfcRelAssignsToControl
: public Ifc4x2::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.
Public Types
-
typedef IfcTemplatedEntityList<IfcRelAssignsToControl>
list
¶
Public Functions
-
::Ifc4x2::IfcControl *
RelatingControl
() const¶ Reference to the IfcControl that applies a control upon objects.
-
void
setRelatingControl
(::Ifc4x2::IfcControl *v)¶
-
IfcRelAssignsToControl
(IfcEntityInstanceData *e)¶
-
IfcRelAssignsToControl
(std::string v1_GlobalId, ::Ifc4x2::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, IfcTemplatedEntityList<::Ifc4x2::IfcObjectDefinition>::ptr v5_RelatedObjects, boost::optional<::Ifc4x2::IfcObjectTypeEnum::Value> v6_RelatedObjectsType, ::Ifc4x2::IfcControl *v7_RelatingControl)¶
-
typedef IfcTemplatedEntityList<IfcRelAssignsToControl>