FUNCTION get_root_shape_aspect
(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC/AP242
FUNCTION get_root_shape_aspect
(current : shape_aspect ) : product_definition_shape;
REPEAT WHILE 'STEP_MERGED_AP_SCHEMA.CONSTITUENT_SHAPE_ASPECT' IN TYPEOF(current);
current := current.parent;
END_REPEAT;
RETURN (current.of_shape);
END_FUNCTION;
Referenced By
Defintion get_root_shape_aspect is references by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:20-04:00