FUNCTION verify_rep_item_for_tool_body
(* SCHEMA integrated_cnc_schema; *)
FUNCTION verify_rep_item_for_tool_body (
mt : machining_tool;
prop_name : STRING;
rep_item_types : SET OF STRING
): LOGICAL;
RETURN (0 = SIZEOF (QUERY (it <* get_tool_body_item (mt, prop_name) | NOT
((SIZEOF (rep_item_types * TYPEOF(it)) =
SIZEOF (rep_item_types)))
)));
END_FUNCTION; -- 10303-238: integrated_cnc_schema
Referenced By
Defintion verify_rep_item_for_tool_body is references by the following definitions:
[Top Level Definitions] Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:26-02:00