IfcCurveFontOrScaledCurveFontSelect

Natural language names
Curve Font Or Scaled Curve Font Select
Semantic definitions at the type
Type definition

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.
Select definition
TypeDescription
IfcCurveStyleFontSelect
IfcCurveStyleFontAndScaling
Formal representations
XML Specification
 <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>
EXPRESS Specification
TYPE IfcCurveFontOrScaledCurveFontSelect = SELECT (
 IfcCurveStyleFontSelect,
 IfcCurveStyleFontAndScaling);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcCurveStyle

Link to this page  Link to this page