Navigation

IfcTextStyleSelect

Definition from IAI: The text style select allows for the selection of styles to be assigned to an annotated text.

NOTE: No directly corresponding STEP type. This select type has been introduced to avoid the ANDOR subtype relationship between text_style, text_style_with_spacing, text_style_with_spacing and text_style_with_box_characteristics.

HISTORY: New type in Release IFC2x 2nd Edition.

EXPRESS specification:

TYPE IfcTextStyleSelect = SELECT
( IfcTextStyleWithMirror,
IfcTextStyleWithSpacing,
IfcTextStyleWithBoxCharacteristics);
END_TYPE;