ENTITY surface_style_parameter_line

(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP232
-- IN AP203e2/AP214/AP232/AP238 STEP-NC/AP242
ENTITY surface_style_parameter_line
   SUBTYPE OF (founded_item);
      style_of_parameter_lines : curve_or_render;
      direction_counts : SET [1:2] OF direction_count_select;
   WHERE
      WR1:
         (HIINDEX(direction_counts) = 1) XOR (TYPEOF(direction_counts[1]) <> TYPEOF(direction_counts[2]));
END_ENTITY;

Explicit Attributes

Entity surface_style_parameter_line has the following local and inherited explicit attributes:
AttributeTypeDefined By
 style_of_parameter_linescurve_or_render (SELECT)surface_style_parameter_line
 direction_countsSET OF direction_count_select (SELECT)surface_style_parameter_line

Derived Attributes

Entity surface_style_parameter_line 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_style_parameter_line inherits from the following supertypes:
  founded_item

Subtypes

    No subtypes

Referenced By

Entity surface_style_parameter_line and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 founded_item ENTITY surface_style_parameter_line
 founded_item_select SELECT founded_item
 mechanical_design_geometric_presentation_representation ENTITY surface_style_parameter_line
 mechanical_design_shaded_presentation_representation ENTITY surface_style_parameter_line
 subtype_exclusiveness_founded_item RULE founded_item
 subtype_mandatory_founded_item RULE founded_item
 surface_style_element_select SELECT surface_style_parameter_line
 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