Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcCurveFontOrScaledCurveFontSelect

Definition from ISO/CD 10303-46:1992: The curve font or scaled curve font select is a selection of either a curve font style select (being either a predefined curve font or an explicitly defined curve font) or a curve style font and scaling.

NOTE Corresponding STEP name: curve_font_or_scaled_curve_font_select. Please refer to ISO/IS 10303-46:1994 for the final definition of the formal standard.

HISTORY New entity in Release IFC2x 2nd Edition.

EXPRESS specification:

TYPE IfcCurveFontOrScaledCurveFontSelect = SELECT
( IfcCurveStyleFontSelect,
IfcCurveStyleFontAndScaling);
END_TYPE;