ENTITY IfcFillAreaStyle

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcFillAreaStyle;
	FillStyles : SET [1:?] OF IfcFillStyleSelect;
	Name : IfcLabel;
 WHERE
	WR11 : SIZEOF(QUERY(Style <* SELF.FillStyles |
               'IFC2X2_FINAL.IFCCOLOUR' IN
                TYPEOF(Style)
               )) <= 1;
END_ENTITY;

Explicit Attributes

Entity IfcFillAreaStyle has the following local and inherited explicit attributes:
AttributeTypeDefined By
 FillStylesSET OF IfcFillStyleSelect (SELECT)IfcFillAreaStyle
 NameIfcLabel (STRING)IfcFillAreaStyle

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity IfcFillAreaStyle and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcPresentationStyleSelect SELECT IfcFillAreaStyle


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:55-04:00