8.13.3.2 IfcPlanarBox(平面框)
8.13.3.2.1 语义定义(Semantic definition)
平面框用于指定一个任意矩形框及其在二维笛卡尔坐标系中的位置。如果该平面框在三维坐标系中使用,则定义的是XY平面内的矩形框。
8.13.3.2.2 实体继承(Entity inheritance)
-
- IfcPlanarExtent
- IfcAnnotationFillArea
- IfcBooleanResult
- IfcBoundingBox
- IfcCartesianPointList
- IfcCartesianTransformationOperator
- IfcCsgPrimitive3D
- IfcCurve
- IfcDirection
- IfcFaceBasedSurfaceModel
- IfcFillAreaStyleHatching
- IfcFillAreaStyleTiles
- IfcGeometricSet
- IfcHalfSpaceSolid
- IfcLightSource
- IfcPlacement
- IfcPoint
- IfcSectionedSpine
- IfcSegment
- IfcShellBasedSurfaceModel
- IfcSolidModel
- IfcSurface
- IfcTessellatedItem
- IfcTextLiteral
- IfcVector
8.13.3.2.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,例如,为几何曲线提供曲线样式,包括颜色和厚度。 |
|
| IfcPlanarExtent (2) | |||
| 1 | SizeInX | IfcLengthMeasure |
沿x轴方向的延伸尺寸。 |
| 2 | SizeInY | IfcLengthMeasure |
沿y轴方向的延伸尺寸。 |
| 点击显示 4 个隐藏的继承特性 点击隐藏 4 个继承特性 | |||
| IfcPlanarBox (1) | |||
| 3 | Placement | IfcAxis2Placement |
IfcAxis2Placement 为矩形定义定位局部坐标系。该局部坐标系的原点作为矩形框的左下角。 |
8.13.3.2.4 形式化表示(Formal representation)
ENTITY IfcPlanarBox
SUBTYPE OF (IfcPlanarExtent);
Placement : IfcAxis2Placement;
END_ENTITY;