public IfcTextStyle(IfcLabel name, IfcTextStyleForDefinedFont textCharacterAppearance, IfcTextStyleTextModel textStyle, IfcTextFontSelect textFontStyle, IfcBoolean modelOrDraughting) : base(name) { TextCharacterAppearance = textCharacterAppearance; TextStyle = textStyle; TextFontStyle = textFontStyle; ModelOrDraughting = modelOrDraughting; }
} // optional /// <summary> /// Construct a IfcTextStyle with all required attributes. /// </summary> public IfcTextStyle(IfcTextFontSelect textFontStyle) : base() { TextFontStyle = textFontStyle; }