8.9.3.46 IfcPlane(平面)
AbV ⓘ
8.9.3.46.1 语义定义(Semantic definition)
平面是在 x 和 y 方向上无界的曲面。有界平面通过使用 IfcBoundedSurface 的子类型来定义,其 BasisSurface 为平面。
C = Position.Location x = Position.P[1] y = Position.P[2] z = Position.P[3] => 平面法向量曲面参数化表示为:其中参数范围为 -∞ < u,v < ∞。在上述参数化中,单位向量 x 和 y 的长度单位源自平面的上下文。
Figure 8.9.3.46.A
继承属性的解释如下:
- SELF\IfcElementarySurface.Position 定义平面的位置和方向。
- SELF\IfcElementarySurface.Position.Location 定义平面上的一个点。
- SELF\IfcElementarySurface.Position.P[3] 定义平面的法向量。
8.9.3.46.2 实体继承(Entity inheritance)
-
- IfcSurface
- IfcAnnotationFillArea
- IfcBooleanResult
- IfcBoundingBox
- IfcCartesianPointList
- IfcCartesianTransformationOperator
- IfcCsgPrimitive3D
- IfcCurve
- IfcDirection
- IfcFaceBasedSurfaceModel
- IfcFillAreaStyleHatching
- IfcFillAreaStyleTiles
- IfcGeometricSet
- IfcHalfSpaceSolid
- IfcLightSource
- IfcPlacement
- IfcPlanarExtent
- IfcPoint
- IfcSectionedSpine
- IfcSegment
- IfcShellBasedSurfaceModel
- IfcSolidModel
- IfcTessellatedItem
- IfcTextLiteral
- IfcVector
8.9.3.46.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcRepresentationItem (2) | |||
| LayerAssignment | SET [0:1] OF IfcPresentationLayerAssignment FOR AssignedItems |
将表示项分配给单个或多个层。LayerAssignments 可以覆盖其所在的 IfcRepresentation 的 Items 列表中的 LayerAssignments。 |
|
| StyledByItem | SET [0:1] OF IfcStyledItem FOR Item |
引用为表示提供表现信息的 IfcStyledItem,例如,为几何曲线提供曲线样式,包括颜色和厚度。 |
|
| IfcSurface (1) | |||
| * | Dim | IfcDimensionCount |
此属性是形式化派生的
IfcSurface 的空间维度。它始终是三维几何表示项。 |
| 点击显示 3 个隐藏的继承特性 点击隐藏 3 个继承特性 | |||
| IfcElementarySurface (1) | |||
| 1 | Position | IfcAxis2Placement3D |
曲面的位置和方向。该属性用于定义曲面的参数化。 |
8.9.3.46.4 形式化表示(Formal representation)
ENTITY IfcPlane
SUBTYPE OF (IfcElementarySurface);
END_ENTITY;
其中参数范围为 -∞ < u,v < ∞。在上述参数化中,单位向量 x 和 y 的长度单位源自平面的上下文。