ENTITY machining_touch_probing

(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC
ENTITY machining_touch_probing
   SUBTYPE OF (machining_operation);
   WHERE
      WR1:
         SELF.description IN [ 'feature complete probing', 'tool length probing', 'tool radius probing', 'workpiece probing', 'workpiece complete probing' ];
      WR2:
         verify_required_action_property(SELF, 'security plane') AND verify_rep_item_for_action_property(SELF, 'security plane', [ 'STEP_MERGED_AP_SCHEMA.ELEMENTARY_SURFACE' ]);
      WR3:
         verify_required_action_property(SELF, 'measured offset') AND verify_rep_item_for_action_property(SELF, 'measured offset', [ 'STEP_MERGED_AP_SCHEMA.EXPRESSION_REPRESENTATION_ITEM', 'STEP_MERGED_AP_SCHEMA.NUMERIC_VARIABLE' ]);
      WR4:
         NOT (SELF.description = 'workpiece probing') OR (((((((verify_required_action_property(SELF, 'start position') AND verify_rep_item_for_action_property(SELF, 'start position', [ 'STEP_MERGED_AP_SCHEMA.AXIS2_PLACEMENT_3D' ])) AND (1 = SIZEOF(QUERY (act <* USEDIN(SELF, 'STEP_MERGED_AP_SCHEMA.ACTION.CHOSEN_METHOD')| (act.name = 'workpiece probing'))))) AND (0 = SIZEOF(QUERY (act <* USEDIN(SELF, 'STEP_MERGED_AP_SCHEMA.ACTION.CHOSEN_METHOD')| (act.name = 'workpiece probing') AND NOT ('STEP_MERGED_AP_SCHEMA.PRODUCT_DEFINITION_PROCESS' IN TYPEOF(act)))))) AND verify_required_action_property(SELF, 'direction')) AND verify_rep_item_for_action_property(SELF, 'direction', [ 'STEP_MERGED_AP_SCHEMA.DIRECTION' ])) AND verify_required_action_property(SELF, 'expected value')) AND verify_rep_item_for_action_property(SELF, 'expected value', [ 'STEP_MERGED_AP_SCHEMA.LENGTH_MEASURE_WITH_UNIT', 'STEP_MERGED_AP_SCHEMA.MEASURE_REPRESENTATION_ITEM', 'STEP_MERGED_AP_SCHEMA.QUALIFIED_REPRESENTATION_ITEM' ])) AND verify_required_action_property(SELF, 'probe');
      WR5:
         NOT (SELF.description = 'workpiece complete probing') OR ((((((1 = SIZEOF(QUERY (act <* USEDIN(SELF, 'STEP_MERGED_AP_SCHEMA.ACTION.CHOSEN_METHOD')| (act.name = 'workpiece complete probing')))) AND (0 = SIZEOF(QUERY (act <* USEDIN(SELF, 'STEP_MERGED_AP_SCHEMA.ACTION.CHOSEN_METHOD')| (act.name = 'workpiece complete probing') AND NOT ('STEP_MERGED_AP_SCHEMA.PRODUCT_DEFINITION_PROCESS' IN TYPEOF(act)))))) AND verify_required_action_property(SELF, 'probing distance')) AND verify_rep_item_for_action_property(SELF, 'probing distance', [ 'STEP_MERGED_AP_SCHEMA.LENGTH_MEASURE_WITH_UNIT', 'STEP_MERGED_AP_SCHEMA.MEASURE_REPRESENTATION_ITEM', 'STEP_MERGED_AP_SCHEMA.QUALIFIED_REPRESENTATION_ITEM' ])) AND verify_required_action_property(SELF, 'probe')) AND verify_required_action_property(SELF, 'computed offset')) AND verify_rep_type_for_action_property(SELF, 'computed offset', [ 'STEP_MERGED_AP_SCHEMA.MACHINING_OFFSET_VECTOR_REPRESENTATION' ]);
      WR6:
         NOT (SELF.description IN [ 'tool length probing', 'tool radius probing' ]) OR (((verify_required_action_property(SELF, 'offset') AND verify_rep_item_for_action_property(SELF, 'offset', [ 'STEP_MERGED_AP_SCHEMA.CARTESIAN_POINT' ])) AND verify_required_action_property(SELF, 'maximum wear')) AND verify_length_measure_action_property(SELF, 'maximum wear')) AND (1 = SIZEOF(QUERY (mt <* USEDIN(SELF, 'STEP_MERGED_AP_SCHEMA.ACTION_RESOURCE.USAGE')| ('STEP_MERGED_AP_SCHEMA.MACHINING_TOOL' IN TYPEOF(mt)))));
END_ENTITY;

Explicit Attributes

Entity machining_touch_probing 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 machining_touch_probing inherits from the following supertypes:
  action_method
    machining_operation

Subtypes

    No subtypes

Referenced By

Entity machining_touch_probing 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_and_time_item SELECT machining_operation
 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
 groupable_item SELECT 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
 representation_proxy_select 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
 security_classification_item SELECT machining_operation
 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
2023-12-22T16:32:02-05:00