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