7.10.3.3 IfcRelConnectsWithEccentricity
7.10.3.3.1 语义定义(Semantic definition)
IfcRelConnectsWithEccentricity(偏心连接关系)
实体 IfcRelConnectsWithEccentricity 为结构构件与结构连接(代表节点或支座)之间的连接关系增加了偏心定义。
使用定义
点连接 ConnectionConstraint 应为 IfcConnectionPointGeometry 类型,且必须引用两个 IfcVertexPoint 实例。
线连接
ConnectionConstraint 应为 IfcConnectionCurveGeometry 类型,且必须引用两个 IfcEdge 或其子类型实例。
面连接 ConnectionConstraint 应为 IfcConnectionSurfaceGeometry 类型,且必须引用两个 IfcFaceSurface 实例。
7.10.3.3.2 实体继承(Entity inheritance)
-
- IfcRelConnectsStructuralMember
- IfcRelConnectsElements
- IfcRelConnectsPortToElement
- IfcRelConnectsPorts
- IfcRelConnectsStructuralActivity
- IfcRelContainedInSpatialStructure
- IfcRelCoversBldgElements
- IfcRelCoversSpaces
- IfcRelFillsElement
- IfcRelFlowControlElements
- IfcRelInterferesElements
- IfcRelPositions
- IfcRelReferencedInSpatialStructure
- IfcRelSequence
- IfcRelServicesBuildings
- IfcRelSpaceBoundary
7.10.3.3.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcRoot (4) | |||
| 1 | GlobalId | IfcGloballyUniqueId |
在整个软件世界中分配全局唯一标识符。 |
| 2 | OwnerHistory | OPTIONAL IfcOwnerHistory |
分配有关该对象当前所有权的信息,包括所有者参与者、应用程序、本地标识以及捕获到的关于对象近期更改的信息。 |
| 3 | Name | OPTIONAL IfcLabel |
供参与的软件系统或用户使用的可选名称。对于某些 IfcRoot 的子类型,可能需要插入 Name 特性。这将通过 where 规则强制执行。 |
| 4 | Description | OPTIONAL IfcText |
可选的描述,用于提供信息性注释。 |
| IfcRelConnectsStructuralMember (6) | |||
| 5 | RelatingStructuralMember | IfcStructuralMember |
引用 IfcStructuralMember(或其子类)的实例,该实例连接到指定的结构连接。 |
| 6 | RelatedStructuralConnection | IfcStructuralConnection |
引用 IfcStructuralConnection(或其子类)的实例,该实例连接到指定的结构构件。 |
| 7 | AppliedCondition | OPTIONAL IfcBoundaryCondition |
定义连接属性的条件。连接条件通常称为"释放",但不仅用于定义铰链等机制,还包括刚性、弹性及其他条件。 |
| 8 | AdditionalConditions | OPTIONAL IfcStructuralConnectionCondition |
描述附加的连接属性。 |
| 9 | SupportedLength | OPTIONAL IfcLengthMeasure |
定义此结构连接的"支承长度"。更多详细信息请参见图示。 |
| 10 | ConditionCoordinateSystem | OPTIONAL IfcAxis2Placement3D |
定义一个坐标系,用于描述 ConnectionCondition 中连接属性相对于 RelatingStructuralMember 局部坐标系的位置。如果未指定,则默认使用位置 IfcAxis2Placement3D((x,y,z), ?, ?),其中 x,y,z 为连接处的局部构件坐标,默认轴方向与 RelatingStructuralMember 的局部轴平行。 |
| 点击显示 10 个隐藏的继承特性 点击隐藏 10 个继承特性 | |||
| IfcRelConnectsWithEccentricity (1) | |||
| 11 | ConnectionConstraint | IfcConnectionGeometry |
该连接约束通过两个拓扑对象(顶点与顶点、边与边或面与面)显式定义结构构件与结构连接之间的偏心关系。 |
6.3.3.3.6 概念用法(Concept usage)
| 概念 | 用法 | 描述 | |
|---|---|---|---|
| IfcRoot (2) | |||
| Revision Control | General |
使用 IfcOwnerHistory 捕获所有权、历史记录和合并状态。 |
|
| Software Identity | General |
IfcRoot 分配全局唯一 ID。此外,它还可以为概念提供名称和描述。 |
|
| IfcRelationship (2) | |||
| Revision Control | General |
使用 IfcOwnerHistory 捕获所有权、历史记录和合并状态。 |
|
| Software Identity | General |
IfcRoot 分配全局唯一 ID。此外,它还可以为概念提供名称和描述。 |
|
| IfcRelConnects (2) | |||
| Revision Control | General |
使用 IfcOwnerHistory 捕获所有权、历史记录和合并状态。 |
|
| Software Identity | General |
IfcRoot 分配全局唯一 ID。此外,它还可以为概念提供名称和描述。 |
|
| IfcRelConnectsStructuralMember (2) | |||
| Revision Control | General |
使用 IfcOwnerHistory 捕获所有权、历史记录和合并状态。 |
|
| Software Identity | General |
IfcRoot 分配全局唯一 ID。此外,它还可以为概念提供名称和描述。 |
|
| 点击显示 8 个隐藏的继承概念 点击隐藏 8 个继承概念 | |||
| IfcRelConnectsWithEccentricity (2) | |||
| Revision Control | General |
使用 IfcOwnerHistory 捕获所有权、历史记录和合并状态。 |
|
| Software Identity | General |
IfcRoot 分配全局唯一 ID。此外,它还可以为概念提供名称和描述。 |
|
6.3.3.3.7 形式化表示(Formal representation)
ENTITY IfcRelConnectsWithEccentricity
SUBTYPE OF (IfcRelConnectsStructuralMember);
ConnectionConstraint : IfcConnectionGeometry;
END_ENTITY;