ENTITY fill_area_style

(* SCHEMA presentation_appearance_schema; *)

ENTITY fill_area_style;

  name       : label;

  fill_styles : SET [1:?] OF fill_style_select;

WHERE

  WR1: SIZEOF(QUERY(fill_style <* SELF.fill_styles |

         'PRESENTATION_APPEARANCE_SCHEMA.'+

         'FILL_AREA_STYLE_COLOUR' IN

         TYPEOF(fill_style)

         )) <= 1;

END_ENTITY;

Explicit Attributes

Entity fill_area_style has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)fill_area_style
 fill_stylesSET OF fill_style_select (SELECT)fill_area_style

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity fill_area_style and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 character_glyph_style_outline_with_characteristics ENTITY fill_area_style
 curve_style_wide ENTITY fill_area_style
 draughting_annotation_occurrence ENTITY fill_area_style
 presentation_style_select SELECT fill_area_style
 surface_style_fill_area ENTITY fill_area_style


[Top Level Definitions] [Exit]

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