FUNCTION verify_required_relating_amr_with_name

(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC
FUNCTION verify_required_relating_amr_with_name
      (am : action_method;
       amr_name : STRING;
       amr_types : SET OF STRING ) : LOGICAL;
      RETURN (1 = get_count_of_relating_amr_with_name(am, amr_name, amr_types));
END_FUNCTION;

Referenced By

Defintion verify_required_relating_amr_with_name is references by the following definitions:
DefinitionType
 machining_process_executable ENTITY


[Top Level Definitions] [Exit]

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