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:
DefinitionType
 constituent_shape_aspect ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:32:03-05:00