8.8.3.46 IfcTessellatedItem(细分项)
RV ⓘ
AbV ⓘ
抽象 该定义可能不会被直接实例化。
8.8.3.46.1 语义定义(Semantic definition)
IfcTessellatedItem 是所有细分几何模型的抽象超类型。
8.8.3.46.2 实体继承(Entity inheritance)
-
- IfcTessellatedItem
- IfcAnnotationFillArea
- IfcBooleanResult
- IfcBoundingBox
- IfcCartesianPointList
- IfcCartesianTransformationOperator
- IfcCsgPrimitive3D
- IfcCurve
- IfcDirection
- IfcFaceBasedSurfaceModel
- IfcFillAreaStyleHatching
- IfcFillAreaStyleTiles
- IfcGeometricSet
- IfcHalfSpaceSolid
- IfcLightSource
- IfcPlacement
- IfcPlanarExtent
- IfcPoint
- IfcSectionedSpine
- IfcSegment
- IfcShellBasedSurfaceModel
- IfcSolidModel
- IfcSurface
- IfcTextLiteral
- IfcVector
8.8.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,例如,为几何曲线提供曲线样式,包括颜色和厚度。 |
|
8.8.3.46.4 形式化表示(Formal representation)
ENTITY IfcTessellatedItem
ABSTRACT SUPERTYPE OF (ONEOF
(IfcIndexedPolygonalFace
,IfcTessellatedFaceSet))
SUBTYPE OF (IfcGeometricRepresentationItem);
END_ENTITY;