IfcCurveStyleFontSelect

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

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.
Select definition
TypeDescription
IfcPreDefinedCurveFont
IfcCurveStyleFont
Formal representations
XML Specification
 <xs:group name="IfcCurveStyleFontSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcCurveStyleFont"/>
   <xs:element ref="ifc:IfcPreDefinedCurveFont"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcCurveStyleFontSelect = SELECT (
 IfcPreDefinedCurveFont,
 IfcCurveStyleFont);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcCurveStyleFontAndScaling IfcCurveFontOrScaledCurveFontSelect

Link to this page  Link to this page