Class Ifc4::IfcRelConnectsStructuralMember¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public Ifc4::IfcRelConnects
(Class Ifc4::IfcRelConnects)
Derived Type¶
public Ifc4::IfcRelConnectsWithEccentricity
(Class Ifc4::IfcRelConnectsWithEccentricity)
Class Documentation¶
-
class
Ifc4
::
IfcRelConnectsStructuralMember
: public Ifc4::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 Ifc4::IfcRelConnectsWithEccentricity
Public Types
-
typedef IfcTemplatedEntityList<IfcRelConnectsStructuralMember>
list
¶
Public Functions
-
::Ifc4::IfcStructuralMember *
RelatingStructuralMember
() const¶ Reference to an instance of IfcStructuralMember (or its subclasses) which is connected to the specified structural connection.
-
void
setRelatingStructuralMember
(::Ifc4::IfcStructuralMember *v)¶
-
::Ifc4::IfcStructuralConnection *
RelatedStructuralConnection
() const¶ Reference to an instance of IfcStructuralConnection (or its subclasses) which is connected to the specified structural member.
-
void
setRelatedStructuralConnection
(::Ifc4::IfcStructuralConnection *v)¶
-
bool
hasAppliedCondition
() const¶ Whether the optional attribute AppliedCondition is defined for this IfcRelConnectsStructuralMember.
-
::Ifc4::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
(::Ifc4::IfcBoundaryCondition *v)¶
-
bool
hasAdditionalConditions
() const¶ Whether the optional attribute AdditionalConditions is defined for this IfcRelConnectsStructuralMember.
-
::Ifc4::IfcStructuralConnectionCondition *
AdditionalConditions
() const¶ Describes additional connection properties.
-
void
setAdditionalConditions
(::Ifc4::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.
-
::Ifc4::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
(::Ifc4::IfcAxis2Placement3D *v)¶
-
IfcRelConnectsStructuralMember
(IfcEntityInstanceData *e)¶
-
IfcRelConnectsStructuralMember
(std::string v1_GlobalId, ::Ifc4::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, ::Ifc4::IfcStructuralMember *v5_RelatingStructuralMember, ::Ifc4::IfcStructuralConnection *v6_RelatedStructuralConnection, ::Ifc4::IfcBoundaryCondition *v7_AppliedCondition, ::Ifc4::IfcStructuralConnectionCondition *v8_AdditionalConditions, boost::optional<double> v9_SupportedLength, ::Ifc4::IfcAxis2Placement3D *v10_ConditionCoordinateSystem)¶
-
typedef IfcTemplatedEntityList<IfcRelConnectsStructuralMember>