FUNCTION get_aggregate_id_value

(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP238 STEP-NC
-- IN AP238 STEP-NC/AP242
FUNCTION get_aggregate_id_value
      (obj : id_attribute_select ) : identifier;
   LOCAL
      aggregate_id_bag : BAG OF aggregate_id_attribute := USEDIN(obj, 'STEP_MERGED_AP_SCHEMA.AGGREGATE_ID_ATTRIBUTE.IDENTIFIED_ITEM');
   END_LOCAL;
      IF SIZEOF(aggregate_id_bag) = 1 THEN
         RETURN (aggregate_id_bag[1].attribute_value);
      ELSE
         RETURN (?);
      END_IF;
END_FUNCTION;

Referenced By

Defintion get_aggregate_id_value is references by the following definitions:
DefinitionType
 topological_representation_item ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:20-04:00