FUNCTION get_count_of_relating_amr

(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC
FUNCTION get_count_of_relating_amr
      (am : action_method;
       amr_types : SET OF STRING ) : INTEGER;
      RETURN (SIZEOF(QUERY (amr <* get_relating_amr(am)| SIZEOF(amr_types * TYPEOF(amr)) = SIZEOF(amr_types))));
END_FUNCTION;

Referenced By

Defintion get_count_of_relating_amr is references by the following definitions:
DefinitionType
 machining_approach_retract_strategy ENTITY
 machining_process_executable ENTITY
 machining_workingstep ENTITY
 machining_workplan ENTITY
 verify_optional_relating_amr FUNCTION
 verify_required_relating_amr FUNCTION


[Top Level Definitions] [Exit]

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