Curve Font Or Scaled Curve Font Select |
The IfcCurveFontOrScaledCurveFontSelect provides a selection between a curve font and a scaled curve font.
NOTE Definition according to 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 Type adapted from curve_font_or_scaled_curve_font_select defined in ISO10303-46.
HISTORY New select type in IFC2x2.
Constant | Description |
---|---|
IfcCurveStyleFontSelect | |
IfcCurveStyleFontAndScaling |
<xs:group name="IfcCurveFontOrScaledCurveFontSelect">
<xs:choice>
<xs:element ref="ifc:IfcCurveStyleFont"/>
<xs:element ref="ifc:IfcCurveStyleFontAndScaling"/>
<xs:element ref="ifc:IfcPreDefinedCurveFont"/>
</xs:choice>
</xs:group>
TYPE IfcCurveFontOrScaledCurveFontSelect = SELECT (
IfcCurveStyleFontSelect,
IfcCurveStyleFontAndScaling);
END_TYPE;