FUNCTION verify_length_measure_tool_body_item

(* SCHEMA integrated_cnc_schema; *)
FUNCTION verify_length_measure_tool_body_item (
    mt :        machining_tool;
    prop_name : STRING
    ): LOGICAL;

    RETURN (verify_rep_item_for_tool_body(mt, prop_name,
        ['INTEGRATED_CNC_SCHEMA.MEASURE_REPRESENTATION_ITEM',
         'INTEGRATED_CNC_SCHEMA.LENGTH_MEASURE_WITH_UNIT']));
END_FUNCTION; -- 10303-238: integrated_cnc_schema

Referenced By

Defintion verify_length_measure_tool_body_item is references by the following definitions:
DefinitionType
 machining_tool ENTITY


[Top Level Definitions]

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