FUNCTION verify_required_relating_amr

(* SCHEMA integrated_cnc_schema; *)
FUNCTION verify_required_relating_amr (
    am : 	action_method;
    amr_types : SET OF STRING
    ): LOGICAL;

    RETURN (1 = get_count_of_relating_amr (am, amr_types));
END_FUNCTION; -- 10303-238: integrated_cnc_schema

Referenced By

Defintion verify_required_relating_amr is references by the following definitions:
DefinitionType
 machining_operation ENTITY
 machining_process_executable ENTITY
 machining_technology ENTITY
 machining_workingstep ENTITY


[Top Level Definitions]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:26-02:00