FUNCTION verify_related_type_for_amr

(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC
FUNCTION verify_related_type_for_amr
      (am : action_method;
       amr_types : SET OF STRING;
       types : SET OF STRING ) : LOGICAL;
      RETURN (0 = SIZEOF(QUERY (amr <* get_relating_amr(am)| (SIZEOF(amr_types * TYPEOF(amr)) = SIZEOF(amr_types)) AND NOT (SIZEOF(types * TYPEOF(amr.related_method)) = SIZEOF(types)))));
END_FUNCTION;

Referenced By

Defintion verify_related_type_for_amr is references by the following definitions:
DefinitionType
 machining_approach_retract_strategy ENTITY
 machining_functions ENTITY
 machining_operation ENTITY
 machining_process_executable ENTITY
 machining_technology ENTITY
 machining_toolpath ENTITY
 machining_workingstep ENTITY
 machining_workplan ENTITY


[Top Level Definitions] [Exit]

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