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) | 类型 | 描述 |
|---|---|---|---|
| IfcRepresentationItem (2) | |||
| 点击显示 2 个隐藏的继承特性 点击隐藏 2 个继承特性 | |||
| IfcFillAreaStyleTiles (3) | |||
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;