FUNCTION get_product_definition_shape
(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC/AP242
FUNCTION get_product_definition_shape
(current : constituent_shape_aspect ) : product_definition_shape;
REPEAT WHILE 'STEP_MERGED_AP_SCHEMA.CONSTITUENT_SHAPE_ASPECT' IN TYPEOF(current.parent);
current := current.parent;
END_REPEAT;
RETURN (current.parent\shape_aspect.of_shape);
END_FUNCTION;
Referenced By
Defintion get_product_definition_shape 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