FUNCTION verify_rep_name_for_action_property

(* SCHEMA integrated_cnc_schema; *)
FUNCTION verify_rep_name_for_action_property (
    cad : 	 characterized_action_definition;
    prop_name :  STRING;
    desc_names : SET OF STRING
    ): LOGICAL;

    RETURN (0 = SIZEOF (QUERY (prop <*
            get_action_property (cad, prop_name) | NOT
            (0 < SIZEOF (QUERY (prep <* USEDIN (prop, 'INTEGRATED_CNC_SCHEMA.'+
               'ACTION_PROPERTY_REPRESENTATION.PROPERTY') |
               (prep.representation.name IN desc_names)
                )))
        )));
END_FUNCTION; -- 10303-238: integrated_cnc_schema

Referenced By

Defintion verify_rep_name_for_action_property is references by the following definitions:
DefinitionType
 drilling_operation ENTITY
 drilling_type_operation ENTITY
 drilling_type_strategy ENTITY
 machining_technology ENTITY
 turning_type_strategy ENTITY


[Top Level Definitions]

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