IfcBoxAlignment
Definition
from IAI: The box alignment
specifies the
alignment of the text box relative to its position. The following
string values shall be used:
- top-left
- top-middle
- top-right
- middle-left
- center
- middle-right
- bottom-left
- bottom-middle
- bottom-right
NOTE: The top-left is the default value.
|
Figure:
Definition of the
alignment values |
|
Figure:
Examples of the use of
alignment values together with the placement and planar extent.
|
HISTORY New type in Release
IFC2x Edition2 Addendum2.
IFC2x
Edition 3 CHANGE The IfcBoxAlignment
has been added.
EXPRESS specification:
|
TYPE IfcBoxAlignment = IfcLabel;
|
|
|
WR1
|
:
|
SELF IN ['top-left', 'top-middle', 'top-right', 'middle-left', 'center', 'middle-right', 'bottom-left', 'bottom-middle', 'bottom-right'];
|
|
|
|