8.12.3.16 IfcFillAreaStyleTiles(填充区域样式-铺砖)
8.12.3.16.1 语义定义(Semantic definition)
IfcFillAreaStyleTiles 通过重复的样式化二维几何图案(称为铺砖)来定义 IfcAnnotationFillArea 的填充方式。重复图案由两个向量决定,它们以规则形式对铺砖进行倍增。
这两个向量作为二维重复因子,确定了铺砖的八个新位置。
_I + k~1~* R~1~ +
图 8.12.3.16.A 展示了使用向量确定填充线间距的示例

8.12.3.16.2 实体继承(Entity inheritance)
-
- IfcFillAreaStyleTiles
- IfcAnnotationFillArea
- IfcBooleanResult
- IfcBoundingBox
- IfcCartesianPointList
- IfcCartesianTransformationOperator
- IfcCsgPrimitive3D
- IfcCurve
- IfcDirection
- IfcFaceBasedSurfaceModel
- IfcFillAreaStyleHatching
- IfcGeometricSet
- IfcHalfSpaceSolid
- IfcLightSource
- IfcPlacement
- IfcPlanarExtent
- IfcPoint
- IfcSectionedSpine
- IfcSegment
- IfcShellBasedSurfaceModel
- IfcSolidModel
- IfcSurface
- IfcTessellatedItem
- IfcTextLiteral
- IfcVector
8.12.3.16.3 特性(Attributes)
| # | 特性(Attributes) | 类型(Type) | 描述(Description) |
|---|---|---|---|
| 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 个继承特性 | |||
| IfcFillAreaStyleTiles (3) | |||
| 1 | TilingPattern | LIST [2:2] OF IfcVector |
一个双向重复因子,定义铺砖的形状和相对位置。 |
| 2 | Tiles | SET [1:?] OF IfcStyledItem |
一组铺砖的组成部分,作为样式化项,用作填充区域的注释符号进行铺砖。 |
| 3 | TilingScale | IfcPositiveRatioMeasure |
应用于每个铺砖在注释填充区域中放置时的比例因子。 |
8.12.3.16.4 形式化表示(Formal representation)
ENTITY IfcFillAreaStyleTiles
SUBTYPE OF (IfcGeometricRepresentationItem);
TilingPattern : LIST [2:2] OF IfcVector;
Tiles : SET [1:?] OF IfcStyledItem;
TilingScale : IfcPositiveRatioMeasure;
END_ENTITY;