ENTITY IfcTextStyleFontModel

(* SCHEMA IFC4; *)
ENTITY IfcTextStyleFontModel
 SUBTYPE OF (IfcPreDefinedTextFont);
	FontFamily : LIST [1:?] OF IfcTextFontName;
	FontStyle : OPTIONAL IfcFontStyle;
	FontVariant : OPTIONAL IfcFontVariant;
	FontWeight : OPTIONAL IfcFontWeight;
	FontSize : IfcSizeSelect;
 WHERE
	MeasureOfFontSize : ('IFC4.IFCLENGTHMEASURE' IN TYPEOF(SELF.FontSize)) AND
(SELF.FontSize > 0.);
END_ENTITY;

Explicit Attributes

Entity IfcTextStyleFontModel has the following local and inherited explicit attributes:
AttributeTypeDefined By
 NameIfcLabel (STRING)IfcPreDefinedItem
 FontFamilyLIST OF IfcTextFontName (STRING)IfcTextStyleFontModel
 FontStyleIfcFontStyle (STRING)IfcTextStyleFontModel
 FontVariantIfcFontVariant (STRING)IfcTextStyleFontModel
 FontWeightIfcFontWeight (STRING)IfcTextStyleFontModel
 FontSizeIfcSizeSelect (SELECT)IfcTextStyleFontModel

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcTextStyleFontModel inherits from the following supertypes:
  IfcPresentationItem
    IfcPreDefinedItem
      IfcPreDefinedTextFont

Subtypes

    No subtypes

Referenced By

Entity IfcTextStyleFontModel and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcDraughtingPreDefinedColour ENTITY IfcPreDefinedItem
 IfcDraughtingPreDefinedCurveFont ENTITY IfcPreDefinedItem
 IfcPreDefinedItem ENTITY IfcPreDefinedTextFont
 IfcPreDefinedTextFont ENTITY IfcTextStyleFontModel
 IfcPresentationItem ENTITY IfcPreDefinedItem
 IfcTextFontSelect SELECT IfcPreDefinedTextFont


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2016-06-01T11:21:49-04:00