Class Ifc2x3::IfcRelConnectsWithRealizingElements¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcRelConnectsElements
(Class Ifc2x3::IfcRelConnectsElements)
Class Documentation¶
-
class
Ifc2x3
::
IfcRelConnectsWithRealizingElements
: public Ifc2x3::IfcRelConnectsElements¶ Definition from IAI: IfcRelConnectsWithRealizingElements defines a generic relationship that is made between two elements that require the realization of that relationship by means of further realizing elements.
An IfcRelConnectsWithRealizingElements is a specialization of IfcRelConnectsElement where the connecting operation has the additional attribute of (one or many) realizing elements that may be used to realize or further qualify the relationship. It is defined as a ternary relationship.
EXAMPLE: It may be used to describe the attachment of one element to another where the attachment is realized by a ‘fixing’ element such as a bracket. It may also be used to describe the mounting of one element onto another such as the requirement for the mounting major plant items onto builders work bases and/or anti-vibration isolators.
HISTORY: New entity in Release IFC2x Edition 2.
Public Types
-
typedef IfcTemplatedEntityList<IfcRelConnectsWithRealizingElements>
list
¶
Public Functions
-
IfcTemplatedEntityList<::Ifc2x3::IfcElement>::ptr
RealizingElements
() const¶ Defines the elements that realize a connection relationship.
-
void
setRealizingElements
(IfcTemplatedEntityList<::Ifc2x3::IfcElement>::ptr v)¶
-
bool
hasConnectionType
() const¶ Whether the optional attribute ConnectionType is defined for this IfcRelConnectsWithRealizingElements.
-
std::string
ConnectionType
() const¶ The type of the connection given for informal purposes, it may include labels, like ‘joint’, ‘rigid joint’, ‘flexible joint’, etc.
-
void
setConnectionType
(std::string v)¶
-
IfcRelConnectsWithRealizingElements
(IfcEntityInstanceData *e)¶
-
IfcRelConnectsWithRealizingElements
(std::string v1_GlobalId, ::Ifc2x3::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, ::Ifc2x3::IfcConnectionGeometry *v5_ConnectionGeometry, ::Ifc2x3::IfcElement *v6_RelatingElement, ::Ifc2x3::IfcElement *v7_RelatedElement, IfcTemplatedEntityList<::Ifc2x3::IfcElement>::ptr v8_RealizingElements, boost::optional<std::string> v9_ConnectionType)¶
-
typedef IfcTemplatedEntityList<IfcRelConnectsWithRealizingElements>