8.13.2.1 IfcBoxAlignment(框对齐)
8.13.2.1.1 语义定义
框对齐指定了文本框相对于其位置的对齐方式。应使用以下字符串值:
- top-left(左上)
- top-middle(中上)
- top-right(右上)
- middle-left(左中)
- center(居中)
- middle-right(右中)
- bottom-left(左下)
- bottom-middle(中下)
- bottom-right(右下)
图1展示了对齐值。图2展示了对齐值与位置和平面范围一起使用的情况。


沿革 IFC2x2 Addendum2 中新增的类型。
8.13.2.1.2 形式化命题
| 名称 | 描述 |
|---|---|
| WR1 | SELF IN ['top-left', 'top-middle', 'top-right', 'middle-left', 'center', 'middle-right', 'bottom-left', 'bottom-middle', 'bottom-right'] |
8.13.2.1.3 形式化表示
TYPE IfcBoxAlignment = IfcLabel;
WHERE
WR1 : SELF IN ['top-left', 'top-middle', 'top-right', 'middle-left', 'center', 'middle-right', 'bottom-left', 'bottom-middle', 'bottom-right'];
END_TYPE;