Class Ifc4x2::IfcControl¶
Defined in File Ifc4x2.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x2.
Inheritance Relationships¶
Base Type¶
public Ifc4x2::IfcObject
(Class Ifc4x2::IfcObject)
Derived Types¶
public Ifc4x2::IfcActionRequest
(Class Ifc4x2::IfcActionRequest)public Ifc4x2::IfcCostItem
(Class Ifc4x2::IfcCostItem)public Ifc4x2::IfcCostSchedule
(Class Ifc4x2::IfcCostSchedule)public Ifc4x2::IfcPerformanceHistory
(Class Ifc4x2::IfcPerformanceHistory)public Ifc4x2::IfcPermit
(Class Ifc4x2::IfcPermit)public Ifc4x2::IfcProjectOrder
(Class Ifc4x2::IfcProjectOrder)public Ifc4x2::IfcWorkCalendar
(Class Ifc4x2::IfcWorkCalendar)public Ifc4x2::IfcWorkControl
(Class Ifc4x2::IfcWorkControl)
Class Documentation¶
-
class
Ifc4x2
::
IfcControl
: public Ifc4x2::IfcObject¶ IfcControl is the abstract generalization of all concepts that control or constrain the utilization of products, processes, or resources in general. It can be seen as a regulation, cost schedule, request or order, or other requirements applied to a product, process or resource whose requirements and provisions must be fulfilled.
EXAMPLE Controls include action requests, cost schedules, project orders, work plans, and work calendars.
HISTORY New entity in IFC Release 1.0.
IFC2x4 CHANGE Attribute Identification added.
Relationship use definition Controls have assignments from products, processes, or other objects by using the relationship object IfcRelAssignsToControl.
Subclassed by Ifc4x2::IfcActionRequest, Ifc4x2::IfcCostItem, Ifc4x2::IfcCostSchedule, Ifc4x2::IfcPerformanceHistory, Ifc4x2::IfcPermit, Ifc4x2::IfcProjectOrder, Ifc4x2::IfcWorkCalendar, Ifc4x2::IfcWorkControl
Public Types
-
typedef IfcTemplatedEntityList<IfcControl>
list
¶
Public Functions
-
bool
hasIdentification
() const¶ Whether the optional attribute Identification is defined for this IfcControl.
-
std::string
Identification
() const¶ An identifying designation given to a control It is the identifier at the occurrence level.
IFC2x4 CHANGE Attribute unified by promoting from various subtypes of IfcControl.
-
void
setIdentification
(std::string v)¶
-
IfcTemplatedEntityList<IfcRelAssignsToControl>::ptr
Controls
() const¶
-
IfcControl
(IfcEntityInstanceData *e)¶
-
IfcControl
(std::string v1_GlobalId, ::Ifc4x2::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, boost::optional<std::string> v5_ObjectType, boost::optional<std::string> v6_Identification)¶
-
typedef IfcTemplatedEntityList<IfcControl>