ENTITY surface_side_style

(* SCHEMA technical_data_packaging; *)
  ENTITY surface_side_style;
      name   : label;
      styles : SET [1:7] OF surface_style_element_select;
    WHERE
      wr1: (SIZEOF(QUERY ( style1 <* SELF.styles | (SIZEOF(
               QUERY ( style2 <* (SELF.styles - style1) | (TYPEOF(style1) =
                TYPEOF(style2)) )) > 0) )) = 0);
  END_ENTITY; -- surface_side_style

Explicit Attributes

Entity surface_side_style has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)surface_side_style
 stylesSET OF surface_style_element_select (SELECT)surface_side_style

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity surface_side_style and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 mechanical_design_geometric_presentation_representation ENTITY surface_side_style
 mechanical_design_shaded_presentation_representation ENTITY surface_side_style
 surface_side_style_select SELECT surface_side_style


[Top Level Definitions] [Exit]

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