public IfcCurveStyleFontAndScaling(IfcLabel name, IfcCurveStyleFontSelect curveFont, IfcPositiveRatioMeasure curveFontScaling) : base()
 {
     Name             = name;
     CurveFont        = curveFont;
     CurveFontScaling = curveFontScaling;
 }
 public IfcCurveFontOrScaledCurveFontSelect(IfcCurveStyleFontSelect choice)
 {
     this.choice = choice;
 }