FUNCTION verify_related_type_for_amr_with_name

(* SCHEMA integrated_cnc_schema; *)
FUNCTION verify_related_type_for_amr_with_name (
    am :        action_method;
    amr_name :  STRING;
    amr_types : SET OF STRING;
    types :     SET OF STRING
    ): LOGICAL;

    RETURN  (0 = SIZEOF (QUERY (amr <* get_relating_amr (am) |
               (amr.name = amr_name) AND
               (SIZEOF(amr_types * TYPEOF(amr)) =
                SIZEOF(amr_types)) AND
                NOT
               (SIZEOF(types * TYPEOF(amr.related_method)) =
                SIZEOF(types)) )));
END_FUNCTION; -- 10303-238: integrated_cnc_schema

Referenced By

Defintion verify_related_type_for_amr_with_name is references by the following definitions:
DefinitionType
 drilling_type_operation ENTITY
 freeform_milling_operation ENTITY
 machining_process_executable ENTITY
 milling_type_operation ENTITY
 turning_type_operation ENTITY


[Top Level Definitions]

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