FUNCTION get_property_definition_shape_aspect

(* SCHEMA cast_parts_schema; *)


      FUNCTION get_property_definition_shape_aspect(
                   c_def_instance: characterized_definition
          ): SET OF shape_aspect;
    
        LOCAL
          pdr_set : SET OF shape_aspect:= [];
          pd_set  : SET OF property_definition := [];
        END_LOCAL;
        pd_set := bag_to_set(USEDIN(c_def_instance,
            'CAST_PARTS_SCHEMA.PROPERTY_DEFINITION.DEFINITION'));
        IF SIZEOF(pd_set) < 1 THEN
          RETURN(pdr_set);
        END_IF;
        REPEAT i := 1 TO HIINDEX(pd_set) BY 1;
          pdr_set := pdr_set + bag_to_set(USEDIN(pd_set[i],
                'CAST_PARTS_SCHEMA.SHAPE_ASPECT.OF_SHAPE'));
        END_REPEAT;
    RETURN(pdr_set);

  END_FUNCTION;

Referenced By

Defintion get_property_definition_shape_aspect is references by the following definitions:
DefinitionType
 cast_part ENTITY
 cast_part_with_rigging ENTITY
 chaplet ENTITY
 chaplet_pad ENTITY
 chill ENTITY
 choke ENTITY
 cooling_port ENTITY
 core ENTITY
 core_box_tooling ENTITY
 core_print ENTITY
 design_part ENTITY
 die_cast_master ENTITY
 die_cast_tooling ENTITY
 die_core ENTITY
 die_master ENTITY
 die_mold_tooling ENTITY
 die_mold_vent ENTITY
 ejector_box ENTITY
 ejector_pin ENTITY
 ejector_plate ENTITY
 ejector_system ENTITY
 feeder ENTITY
 filter ENTITY
 flask ENTITY
 flaskless ENTITY
 gating_system ENTITY
 ingate ENTITY
 ingate_contact ENTITY
 investment_casting_tooling ENTITY
 investment_casting_tooling_definition ENTITY
 loose_piece ENTITY
 mold_box ENTITY
 mold_lock ENTITY
 pattern_plate ENTITY
 pin_tip ENTITY
 production_core_box ENTITY
 production_die_cast_mold ENTITY
 production_die_mold ENTITY
 production_investment_cast_mold ENTITY
 production_pattern_definition ENTITY
 production_tool ENTITY
 red_lined_part ENTITY
 reset_or_push_pin ENTITY
 riser ENTITY
 riser_contact ENTITY
 runner ENTITY
 sand_casting_tooling ENTITY
 sand_mold ENTITY
 shot_sleeve ENTITY
 slide ENTITY
 sprue ENTITY
 sprue_and_runner_mold ENTITY
 stop_pin ENTITY
 vent ENTITY
 well ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:49-04:00