![]() | Verbindet idealisierte Tragelemente - Relation |
![]() | Rel Connects Structural Member |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcRelConnectsStructuralMember | ||||
OwnerHistory | MODIFIED | Instantiation changed to OPTIONAL. |
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 209 illustrates the appropriate definition of support lengths.
|
Figure 209 — Structural member support lengths |
# | Attribute | Type | Cardinality | Description | B |
---|---|---|---|---|---|
5 | RelatingStructuralMember | IfcStructuralMember | [1:1] | Reference to an instance of IfcStructuralMember (or its subclasses) which is connected to the specified structural connection. | X |
6 | RelatedStructuralConnection | IfcStructuralConnection | [1:1] | Reference to an instance of IfcStructuralConnection (or its subclasses) which is connected to the specified structural member. | X |
7 | AppliedCondition | - | This attribute is out of scope for this model view definition and shall not be set. | ||
8 | AdditionalConditions | - | This attribute is out of scope for this model view definition and shall not be set. | ||
9 | SupportedLength | - | This attribute is out of scope for this model view definition and shall not be set. | ||
10 | ConditionCoordinateSystem | - | This attribute is out of scope for this model view definition and shall not be set. |
# | Attribute | Type | Cardinality | Description | B |
---|---|---|---|---|---|
IfcRoot | |||||
1 | GlobalId | IfcGloballyUniqueId | [1:1] | Assignment of a globally unique identifier within the entire software world. | X |
2 | OwnerHistory | IfcOwnerHistory | [0:1] |
Assignment of the information about the current ownership of that object, including owning actor, application, local identification and information captured about the recent changes of the object,
NOTE only the last modification in stored - either as addition, deletion or modification. | X |
3 | Name | IfcLabel | [0:1] | Optional name for use by the participating software systems or users. For some subtypes of IfcRoot the insertion of the Name attribute may be required. This would be enforced by a where rule. | X |
4 | Description | IfcText | [0:1] | Optional description, provided for exchanging informative comments. | X |
IfcRelationship | |||||
IfcRelConnects | |||||
IfcRelConnectsStructuralMember | |||||
5 | RelatingStructuralMember | IfcStructuralMember | [1:1] | Reference to an instance of IfcStructuralMember (or its subclasses) which is connected to the specified structural connection. | X |
6 | RelatedStructuralConnection | IfcStructuralConnection | [1:1] | Reference to an instance of IfcStructuralConnection (or its subclasses) which is connected to the specified structural member. | X |
7 | AppliedCondition | - | This attribute is out of scope for this model view definition and shall not be set. | ||
8 | AdditionalConditions | - | This attribute is out of scope for this model view definition and shall not be set. | ||
9 | SupportedLength | - | This attribute is out of scope for this model view definition and shall not be set. | ||
10 | ConditionCoordinateSystem | - | This attribute is out of scope for this model view definition and shall not be set. |
# | Concept | Model View |
---|---|---|
IfcRoot | ||
Software Identity | Bridge View | |
User Identity | Bridge View | |
Object Ownership | Bridge View |
<xs:element name="IfcRelConnectsStructuralMember" type="ifc:IfcRelConnectsStructuralMember" substitutionGroup="ifc:IfcRelConnects" nillable="true"/>
<xs:complexType name="IfcRelConnectsStructuralMember">
<xs:complexContent>
<xs:extension base="ifc:IfcRelConnects">
<xs:sequence>
<xs:element name="RelatingStructuralMember" type="ifc:IfcStructuralMember" nillable="true"/>
<xs:element name="RelatedStructuralConnection" type="ifc:IfcStructuralConnection" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
ENTITY IfcRelConnectsStructuralMember
SUBTYPE OF (IfcRelConnects);
RelatingStructuralMember : IfcStructuralMember;
RelatedStructuralConnection : IfcStructuralConnection;
AppliedCondition : OPTIONAL IfcStrippedOptional;
AdditionalConditions : OPTIONAL IfcStrippedOptional;
SupportedLength : OPTIONAL IfcStrippedOptional;
ConditionCoordinateSystem : OPTIONAL IfcStrippedOptional;
END_ENTITY;