Class Ifc4x1::IfcRelConnectsStructuralMember

Nested Relationships

This class is a nested type of Struct Ifc4x1.

Inheritance Relationships

Base Type

Derived Type

Class Documentation

class Ifc4x1::IfcRelConnectsStructuralMember : public Ifc4x1::IfcRelConnects

The entity IfcRelConnectsStructuralMember defines all needed properties describing the connection between structural members and structural connection objects (nodes or supports).

HISTORY New entity in IFC2x2.

Use Definition

Point Connection Instances of the entity IfcRelConnectsStructuralMember shall be used to describe a connection between an instance of IfcStructuralPointConnection and either an instance of IfcStructuralCurveMember or IfcStructuralSurfaceMember. The RelatedStructuralConnection for point connections has to be of type IfcStructuralPointConnection.

Curve Connection Instances of the entity IfcRelConnectsStructuralMember shall be used to describe a connection between an instance of IfcStructuralCurveConnection and an instance of either IfcStructuralCurveMember or IfcStructuralSurfaceMember. The RelatedStructuralConnection for curve connections has to be of type IfcStructuralCurveConnection.

Surface Connection Instances of the entity IfcRelConnectsStructuralMember shall be used to describe a connection between an instance of IfcStructuralSurfaceConnection and an instance of IfcStructuralSurfaceMember. The RelatedStructuralConnection for curve connections has to be of type IfcStructuralSurfaceConnection.

Coordinate System for Applied Conditions All values defined by AppliedCondition or AdditionalConditions are given within the coordinate system provided by ConditionCoordinateSystem, which is defined relative to the local coordinate system of the structural member. If the ConditionCoordinateSystem is not defined, the local coordinate system of the structural member is used instead.

Supported Length Optionally a supported length can be given, which specifies the length (or width) of the physical connection along a curve connection.

Figure 235 illustrates the appropriate definition of support lengths.

Figure 235 — Structural member support lengths

Subclassed by Ifc4x1::IfcRelConnectsWithEccentricity

Public Functions

::Ifc4x1::IfcStructuralMember *RelatingStructuralMember() const

Reference to an instance of IfcStructuralMember (or its subclasses) which is connected to the specified structural connection.

void setRelatingStructuralMember(::Ifc4x1::IfcStructuralMember *v)
::Ifc4x1::IfcStructuralConnection *RelatedStructuralConnection() const

Reference to an instance of IfcStructuralConnection (or its subclasses) which is connected to the specified structural member.

void setRelatedStructuralConnection(::Ifc4x1::IfcStructuralConnection *v)
bool hasAppliedCondition() const

Whether the optional attribute AppliedCondition is defined for this IfcRelConnectsStructuralMember.

::Ifc4x1::IfcBoundaryCondition *AppliedCondition() const

Conditions which define the connections properties. Connection conditions are often called “release” but are not only used to define mechanisms like hinges but also rigid, elastic, and other conditions.

void setAppliedCondition(::Ifc4x1::IfcBoundaryCondition *v)
bool hasAdditionalConditions() const

Whether the optional attribute AdditionalConditions is defined for this IfcRelConnectsStructuralMember.

::Ifc4x1::IfcStructuralConnectionCondition *AdditionalConditions() const

Describes additional connection properties.

void setAdditionalConditions(::Ifc4x1::IfcStructuralConnectionCondition *v)
bool hasSupportedLength() const

Whether the optional attribute SupportedLength is defined for this IfcRelConnectsStructuralMember.

double SupportedLength() const

Defines the ‘supported length’ of this structural connection. See Fig. for more detail.

void setSupportedLength(double v)
bool hasConditionCoordinateSystem() const

Whether the optional attribute ConditionCoordinateSystem is defined for this IfcRelConnectsStructuralMember.

::Ifc4x1::IfcAxis2Placement3D *ConditionCoordinateSystem() const

Defines a coordinate system used for the description of the connection properties in ConnectionCondition relative to the local coordinate system of RelatingStructuralMember. If left unspecified, the placement IfcAxis2Placement3D((x,y,z), ?, ?) is implied with x,y,z being the local member coordinates where the connection is made and the default axes directions being in parallel with the local axes of RelatingStructuralMember.

void setConditionCoordinateSystem(::Ifc4x1::IfcAxis2Placement3D *v)
const IfcParse::entity &declaration() const
IfcRelConnectsStructuralMember(IfcEntityInstanceData *e)
IfcRelConnectsStructuralMember(std::string v1_GlobalId, ::Ifc4x1::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, ::Ifc4x1::IfcStructuralMember *v5_RelatingStructuralMember, ::Ifc4x1::IfcStructuralConnection *v6_RelatedStructuralConnection, ::Ifc4x1::IfcBoundaryCondition *v7_AppliedCondition, ::Ifc4x1::IfcStructuralConnectionCondition *v8_AdditionalConditions, boost::optional<double> v9_SupportedLength, ::Ifc4x1::IfcAxis2Placement3D *v10_ConditionCoordinateSystem)

Public Static Functions

const IfcParse::entity &Class()