8.8.3.17 IfcFaceBasedSurfaceModel(基于面的表面模型)
8.8.3.17.1 语义定义(Semantic definition)
IfcFaceBasedSurfaceModel 表示通过连接的面集构成的形状。这些连接的面具有二维特性,并置于三维坐标空间中。
非正式命题
- 除公共面、边或顶点外,连接的面集不得重叠或相交。
- 基于面的表面模型的面具有二维特性。
8.8.3.17.2 实体继承(Entity inheritance)
-
- IfcFaceBasedSurfaceModel
- IfcAnnotationFillArea
- IfcBooleanResult
- IfcBoundingBox
- IfcCartesianPointList
- IfcCartesianTransformationOperator
- IfcCsgPrimitive3D
- IfcCurve
- IfcDirection
- IfcFillAreaStyleHatching
- IfcFillAreaStyleTiles
- IfcGeometricSet
- IfcHalfSpaceSolid
- IfcLightSource
- IfcPlacement
- IfcPlanarExtent
- IfcPoint
- IfcSectionedSpine
- IfcSegment
- IfcShellBasedSurfaceModel
- IfcSolidModel
- IfcSurface
- IfcTessellatedItem
- IfcTextLiteral
- IfcVector
8.8.3.17.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,例如,为几何曲线提供曲线样式,包括颜色和厚度。 |
|
| 点击显示 2 个隐藏的继承特性 点击隐藏 2 个继承特性 | |||
| IfcFaceBasedSurfaceModel (2) | |||
| 1 | FbsmFaces | SET [1:?] OF IfcConnectedFaceSet |
构成基于面的表面模型的连接面集集合。 |
| * | Dim | IfcDimensionCount |
此属性是形式化派生的
此类的空间维度,始终为3。 |
8.8.3.17.4 形式化表示(Formal representation)
ENTITY IfcFaceBasedSurfaceModel
SUBTYPE OF (IfcGeometricRepresentationItem);
FbsmFaces : SET [1:?] OF IfcConnectedFaceSet;
DERIVE
Dim : IfcDimensionCount := 3;
END_ENTITY;