![]()  | Curve Style Font Select | 
The IfcCurveStyleFontSelect provides a selection between an explicitly defined and a predefined curve style font.
NOTE Definition according to ISO/CD 10303-46:1992
The curve style font select is a selection of a curve style font or a predefined curve style font.
NOTE Type adapted from curve_style_font_select defined in ISO10303-46.
HISTORY New select type in IFC2x2.
| Type | Description | 
|---|---|
| IfcPreDefinedCurveFont | |
| IfcCurveStyleFont | 
 <xs:group name="IfcCurveStyleFontSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcCurveStyleFont"/>
   <xs:element ref="ifc:IfcPreDefinedCurveFont"/>
  </xs:choice>
 </xs:group>
TYPE IfcCurveStyleFontSelect = SELECT (
 IfcPreDefinedCurveFont, 
 IfcCurveStyleFont);
END_TYPE;
  References: IfcCurveStyleFontAndScaling
IfcCurveFontOrScaledCurveFontSelect