ENTITY surface_side_style

(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP232
-- IN AP203e2/AP214/AP232/AP238 STEP-NC/AP242
ENTITY surface_side_style
   SUBTYPE OF (founded_item);
      name : label;
      styles : SET [1:7] OF surface_style_element_select;
   WHERE
      WR1:
         SIZEOF(QUERY (style1 <* styles| (SIZEOF(QUERY (style2 <* styles - style1| (TYPEOF(style1) = TYPEOF(style2)))) > 0))) = 0;
END_ENTITY;

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

Entity surface_side_style has the following local and inherited derived attributes:
AttributeTypeDefined By
 usersSET OF founded_item_select (SELECT)founded_item

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity surface_side_style inherits from the following supertypes:
  founded_item

Subtypes

    No subtypes

Referenced By

Entity surface_side_style and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 founded_item ENTITY surface_side_style
 founded_item_select SELECT founded_item
 mechanical_design_geometric_presentation_representation ENTITY surface_side_style
 mechanical_design_shaded_presentation_representation ENTITY surface_side_style
 subtype_exclusiveness_founded_item RULE founded_item
 subtype_mandatory_founded_item RULE founded_item
 surface_side_style_select SELECT surface_side_style
 validate_dependently_instantiable_entity_data_types RULE founded_item


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:19-04:00