Class Ifc4x2::IfcRelConnectsWithRealizingElements¶
Defined in File Ifc4x2.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x2.
Inheritance Relationships¶
Base Type¶
public Ifc4x2::IfcRelConnectsElements
(Class Ifc4x2::IfcRelConnectsElements)
Class Documentation¶
-
class
Ifc4x2
::
IfcRelConnectsWithRealizingElements
: public Ifc4x2::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<::Ifc4x2::IfcElement>::ptr
RealizingElements
() const¶ Defines the elements that realize a connection relationship.
-
void
setRealizingElements
(IfcTemplatedEntityList<::Ifc4x2::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, ::Ifc4x2::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, ::Ifc4x2::IfcConnectionGeometry *v5_ConnectionGeometry, ::Ifc4x2::IfcElement *v6_RelatingElement, ::Ifc4x2::IfcElement *v7_RelatedElement, IfcTemplatedEntityList<::Ifc4x2::IfcElement>::ptr v8_RealizingElements, boost::optional<std::string> v9_ConnectionType)¶
-
typedef IfcTemplatedEntityList<IfcRelConnectsWithRealizingElements>