Class Ifc4x3_rc1::IfcRelConnectsWithRealizingElements

Nested Relationships

This class is a nested type of Struct Ifc4x3_rc1.

Inheritance Relationships

Base Type

Class Documentation

class Ifc4x3_rc1::IfcRelConnectsWithRealizingElements : public Ifc4x3_rc1::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 Functions

IfcTemplatedEntityList<::Ifc4x3_rc1::IfcElement>::ptr RealizingElements() const

Defines the elements that realize a connection relationship.

void setRealizingElements(IfcTemplatedEntityList<::Ifc4x3_rc1::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)
const IfcParse::entity &declaration() const
IfcRelConnectsWithRealizingElements(IfcEntityInstanceData *e)
IfcRelConnectsWithRealizingElements(std::string v1_GlobalId, ::Ifc4x3_rc1::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, ::Ifc4x3_rc1::IfcConnectionGeometry *v5_ConnectionGeometry, ::Ifc4x3_rc1::IfcElement *v6_RelatingElement, ::Ifc4x3_rc1::IfcElement *v7_RelatedElement, IfcTemplatedEntityList<::Ifc4x3_rc1::IfcElement>::ptr v8_RealizingElements, boost::optional<std::string> v9_ConnectionType)

Public Static Functions

const IfcParse::entity &Class()