Class Ifc2x3::IfcRelConnectsElements¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcRelConnects
(Class Ifc2x3::IfcRelConnects)
Derived Types¶
public Ifc2x3::IfcRelConnectsPathElements
(Class Ifc2x3::IfcRelConnectsPathElements)public Ifc2x3::IfcRelConnectsWithRealizingElements
(Class Ifc2x3::IfcRelConnectsWithRealizingElements)
Class Documentation¶
-
class
Ifc2x3
::
IfcRelConnectsElements
: public Ifc2x3::IfcRelConnects¶ Definition from IAI: The IfcRelConnectsElements objectified relationship provides the generalization of the connectivity between elements. It is a 1 to 1 relationship. The concept of two elements being physically or logically connected is described independently from the connecting elements. The connectivity may be related to the shape representation of the connected entities by providing a connection geometry.
In this case the geometrical constraints of the connection are provided by the optional relationship to the IfcConnectionGeometry. The connection geometry is provided as a point, curve or surface within the local placement coordinate systems of the connecting elements.
If the connection geometry is omitted then the connection is provided as a logical connection. Under this circumstance, the connection point, curve or surface has to be recalculated by the receiving application.
HISTORY New entity in IFC Release 1.0.
Subclassed by Ifc2x3::IfcRelConnectsPathElements, Ifc2x3::IfcRelConnectsWithRealizingElements
Public Types
-
typedef IfcTemplatedEntityList<IfcRelConnectsElements>
list
¶
Public Functions
-
bool
hasConnectionGeometry
() const¶ Whether the optional attribute ConnectionGeometry is defined for this IfcRelConnectsElements.
-
::Ifc2x3::IfcConnectionGeometry *
ConnectionGeometry
() const¶ The geometric shape representation of the connection geometry that is provided in the object coordinate system of the RelatingElement (mandatory) and in the object coordinate system of the RelatedElement (optionally).
-
void
setConnectionGeometry
(::Ifc2x3::IfcConnectionGeometry *v)¶
-
::Ifc2x3::IfcElement *
RelatingElement
() const¶ Reference to a subtype of IfcElement that is connected by the connection relationship in the role of RelatingElement.
-
void
setRelatingElement
(::Ifc2x3::IfcElement *v)¶
-
::Ifc2x3::IfcElement *
RelatedElement
() const¶ Reference to a subtype of IfcElement that is connected by the connection relationship in the role of RelatedElement.
-
void
setRelatedElement
(::Ifc2x3::IfcElement *v)¶
-
IfcRelConnectsElements
(IfcEntityInstanceData *e)¶
-
IfcRelConnectsElements
(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)¶
-
typedef IfcTemplatedEntityList<IfcRelConnectsElements>