ENTITY drilling_type_strategy

(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC
ENTITY drilling_type_strategy
   SUBTYPE OF (machining_strategy);
   WHERE
      WR1:
         (verify_optional_action_property(SELF, 'reduced cut at start') AND verify_rep_type_for_action_property(SELF, 'reduced cut at start', [ 'STEP_MERGED_AP_SCHEMA.MACHINING_SPINDLE_SPEED_REPRESENTATION' ])) AND verify_rep_name_for_action_property(SELF, 'reduced cut at start', [ 'relative speed' ]);
      WR2:
         (verify_optional_action_property(SELF, 'reduced feedrate at start') AND verify_rep_type_for_action_property(SELF, 'reduced feedrate at start', [ 'STEP_MERGED_AP_SCHEMA.MACHINING_FEED_SPEED_REPRESENTATION' ])) AND verify_rep_name_for_action_property(SELF, 'reduced feedrate at start', [ 'relative speed' ]);
      WR3:
         verify_optional_action_property(SELF, 'depth of start') AND verify_length_measure_action_property(SELF, 'depth of start');
      WR4:
         (verify_optional_action_property(SELF, 'reduced cut at end') AND verify_rep_type_for_action_property(SELF, 'reduced cut at end', [ 'STEP_MERGED_AP_SCHEMA.MACHINING_SPINDLE_SPEED_REPRESENTATION' ])) AND verify_rep_name_for_action_property(SELF, 'reduced cut at end', [ 'relative speed' ]);
      WR5:
         (verify_optional_action_property(SELF, 'reduced feedrate at end') AND verify_rep_type_for_action_property(SELF, 'reduced feedrate at end', [ 'STEP_MERGED_AP_SCHEMA.MACHINING_FEED_SPEED_REPRESENTATION' ])) AND verify_rep_name_for_action_property(SELF, 'reduced feedrate at end', [ 'relative speed' ]);
      WR6:
         verify_optional_action_property(SELF, 'depth of end') AND verify_length_measure_action_property(SELF, 'depth of end');
      WR7:
         verify_required_action_property(SELF, 'depth of start') OR (0 = SIZEOF(get_action_property(SELF, 'reduced cut at start'))) AND (0 = SIZEOF(get_action_property(SELF, 'reduced feedrate at start')));
      WR8:
         verify_required_action_property(SELF, 'depth of end') OR (0 = SIZEOF(get_action_property(SELF, 'reduced cut at end'))) AND (0 = SIZEOF(get_action_property(SELF, 'reduced feedrate at end')));
END_ENTITY;

Explicit Attributes

Entity drilling_type_strategy has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)action_method
 descriptiontext (STRING)action_method
 consequencetext (STRING)action_method
 purposetext (STRING)action_method

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity drilling_type_strategy inherits from the following supertypes:
  action_method
    machining_strategy

Subtypes

    No subtypes

Referenced By

Entity drilling_type_strategy and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action ENTITY action_method
 action_item SELECT action_method
 action_items SELECT action_method
 action_method_assignment ENTITY action_method
 action_method_items SELECT action_method
 action_method_relationship ENTITY action_method
 action_request_item SELECT action_method
 action_request_solution ENTITY action_method
 approval_item SELECT action_method
 attribute_classification_item SELECT action_method
 attribute_language_item SELECT action_method
 certification_item SELECT action_method
 change_management_object SELECT action_method
 characterized_action_definition SELECT action_method
 classification_item SELECT action_method
 contract_item SELECT action_method
 date_and_time_item SELECT action_method
 date_item SELECT action_method
 description_item SELECT action_method
 document_reference_item SELECT action_method
 effectivity_item SELECT action_method
 event_occurrence_item SELECT action_method
 external_identification_item SELECT action_method
 general_organizational_data_select SELECT action_method
 get_count_of_relating_amr FUNCTION action_method
 get_count_of_relating_amr_with_name FUNCTION action_method
 get_relating_amr FUNCTION action_method
 identification_item SELECT action_method
 multi_language_attribute_item SELECT action_method
 organization_item SELECT action_method
 person_and_organization_item SELECT action_method
 presented_item_select SELECT action_method
 project_item SELECT action_method
 requirement_assigned_item SELECT action_method
 requirement_source_item SELECT action_method
 restrict_multi_language_for_action_method RULE action_method
 restrict_version_assignment_for_action_method RULE action_method
 security_classification_item SELECT action_method
 state_type_of_item SELECT action_method
 supported_item SELECT action_method
 time_interval_item SELECT action_method
 verify_optional_relating_amr FUNCTION action_method
 verify_optional_relating_amr_with_name FUNCTION action_method
 verify_related_type_for_amr FUNCTION action_method
 verify_related_type_for_amr_with_name FUNCTION action_method
 verify_required_relating_amr FUNCTION action_method
 verify_required_relating_amr_with_name FUNCTION action_method


[Top Level Definitions] [Exit]

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