FUNCTION get_action_property
(* SCHEMA integrated_cnc_schema; *)
FUNCTION get_action_property (
cad : characterized_action_definition;
prop_name : STRING
): SET OF action_property;
RETURN (bag_to_set (QUERY (ap <*
USEDIN (cad, 'INTEGRATED_CNC_SCHEMA.ACTION_PROPERTY.DEFINITION') |
(ap.name = prop_name))));
END_FUNCTION; -- 10303-238: integrated_cnc_schema
Referenced By
Defintion get_action_property is references by the following definitions:
[Top Level Definitions] Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:25-02:00