FUNCTION get_action_property
(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC
FUNCTION get_action_property
(cad : characterized_action_definition;
prop_name : STRING ) : SET OF action_property;
RETURN (bag_to_set(QUERY (ap <* USEDIN(cad, 'STEP_MERGED_AP_SCHEMA.ACTION_PROPERTY.DEFINITION')| ap.name = prop_name)));
END_FUNCTION;
Referenced By
Defintion get_action_property is references by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-09-06T14:00:33-04:00