FUNCTION verify_count_measure_rep_item

(* SCHEMA integrated_cnc_schema; *)
FUNCTION verify_count_measure_rep_item (
    rep : 	representation;
    prop_name : STRING
    ): LOGICAL;

    RETURN (0 = SIZEOF (QUERY ( it <* rep.items |
          (it.name = prop_name) AND NOT
          (('INTEGRATED_CNC_SCHEMA.MEASURE_REPRESENTATION_ITEM'
            IN TYPEOF(it)) AND
           ('INTEGRATED_CNC_SCHEMA.COUNT_MEASURE'
            IN TYPEOF(it.value_component))))));
END_FUNCTION; -- 10303-238: integrated_cnc_schema

Referenced By

Defintion verify_count_measure_rep_item is references by the following definitions:
DefinitionType
 machining_cutting_corner_representation ENTITY
 machining_dwell_time_representation ENTITY


[Top Level Definitions]

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