ENTITY sand_cast_design_feature

(* SCHEMA cast_parts_schema; *)
  ENTITY sand_cast_design_feature
    SUBTYPE OF (casting_feature_definition);
    WHERE

  WR1: SIZEOF(QUERY( pdr <*
       get_property_definition_representations (SELF) |
         'CAST_PARTS_SCHEMA.SHAPE_REPRESENTATION_WITH_PARAMETERS' 
       IN TYPEOF ( pdr.used_representation ) ) ) =1;
  
(*  *****  Sand_cast_design_feature to orientation (as placement)  *****  *)

 WR2: SIZEOF(QUERY ( pdr <* get_property_definition_representations(SELF) | 
      (('CAST_PARTS_SCHEMA.SHAPE_REPRESENTATION_WITH_PARAMETERS' IN 
       TYPEOF(pdr.used_representation)) AND 
       (SIZEOF(QUERY (it <* pdr.used_representation.items |
       (('CAST_PARTS_SCHEMA.PLACEMENT' IN TYPEOF(it)) AND 
       (it.name =  'orientation')))) =1 ))))=1;
      
  END_ENTITY; -- sand_cast_design_feature

Explicit Attributes

Entity sand_cast_design_feature has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)characterized_object
 descriptiontext (STRING)characterized_object

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity sand_cast_design_feature inherits from the following supertypes:
  characterized_object
    casting_feature_definition

Subtypes

Entity sand_cast_design_feature has the following subtypes:
    casting_insert*     chaplet*     chaplet_pad*     chill*     core*     core_print*     flask*     flaskless*     loose_piece*     mold_box*     mold_lock*     pattern_plate*     pin_center*     production_core_box*     production_pattern_definition*     sand_mold*
* - Immediate Subtypes

Referenced By

Entity sand_cast_design_feature and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_item SELECT characterized_object
 boss ENTITY characterized_object
 casting_feature_definition ENTITY sand_cast_design_feature
 characterized_definition SELECT characterized_object
 composite_hole ENTITY characterized_object
 compound_feature ENTITY characterized_object
 externally_defined_feature_definition ENTITY characterized_object
 gear ENTITY characterized_object
 outer_round ENTITY characterized_object
 pocket ENTITY characterized_object
 revolved_profile ENTITY characterized_object
 rib ENTITY characterized_object
 subtype_mandatory_characterized_object RULE characterized_object
 turned_knurl ENTITY characterized_object


[Top Level Definitions] [Exit]

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