Example #1
0
 public IfcTextStyle(IfcLabel name, IfcTextStyleForDefinedFont textCharacterAppearance, IfcTextStyleTextModel textStyle, IfcTextFontSelect textFontStyle, IfcBoolean modelOrDraughting) : base(name)
 {
     TextCharacterAppearance = textCharacterAppearance;
     TextStyle         = textStyle;
     TextFontStyle     = textFontStyle;
     ModelOrDraughting = modelOrDraughting;
 }
Example #2
0
        }                                                     // optional


        /// <summary>
        /// Construct a IfcTextStyle with all required attributes.
        /// </summary>
        public IfcTextStyle(IfcTextFontSelect textFontStyle) : base()
        {
            TextFontStyle = textFontStyle;
        }