框对齐方式指定文本框相对于其位置的对齐方式。应使用以下字符串值:
●top-left
●top-middle
●top-right
●middle-left
●center
●middle-right
●bottom-left
●bottom-middle
●bottom-right
注:top-left是默认值。
下图说明了对齐值。
下图演示了对齐值以及放置和平面范围的使用
IFC2x2 附录2中增加的新类型。
IFC2x3添加IfcBoxAlignment。
Formal Propositions
Rule | Description |
---|---|
WR1 |
EXPRESS Specification
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;