ENTITY master_pattern

(* SCHEMA cast_parts_schema; *)
  ENTITY master_pattern
    SUBTYPE OF (sand_casting_tooling);
    WHERE
 
 wr1: SIZEOF(QUERY ( pdr <* get_property_definition_representations(SELF) | 
      ('CAST_PARTS_SCHEMA.SHAPE_REPRESENTATION_WITH_PARAMETERS' IN 
        TYPEOF(pdr.used_representation)) )) = 1;
    
(*  ----------  shrink factor for master pattern ------------- *)

 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.DESCRIPTIVE_REPRESENTATION_ITEM' 
        IN TYPEOF(it)) AND (it.name = 'shrink factor for master pattern')
        ))) =1 ))))=1;

                    
(*  ** to machining_allowance (as master_allowance_on_master_pattern)  *  *) 
        
  wr3:  (SIZEOF(QUERY (co <* USEDIN(SELF,
        'CAST_PARTS_SCHEMA.PROPERTY_DEFINITION.DEFINITION') |
        'CAST_PARTS_SCHEMA.MACHINE_ALLOWANCE' IN TYPEOF (co)))=1);
        
  END_ENTITY; -- master_pattern

Explicit Attributes

Entity master_pattern has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)product_definition
 descriptiontext (STRING)product_definition
 formationproduct_definition_formation (ENTITY)product_definition
 frame_of_referenceproduct_definition_context (ENTITY)product_definition

Derived Attributes

Entity master_pattern has the following local and inherited derived attributes:
AttributeTypeDefined By
 namelabel (STRING)product_definition

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity master_pattern inherits from the following supertypes:
  product_definition
    casting_product_definition
      sand_casting_tooling

Subtypes

    No subtypes

Referenced By

Entity master_pattern and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_item SELECT product_definition
 action_method_item SELECT product_definition
 action_request_item SELECT product_definition
 acyclic_product_definition_relationship FUNCTION product_definition
 characterized_product_definition SELECT product_definition
 composition_element_requires_name RULE product_definition
 date_item SELECT product_definition
 effectivity_item SELECT product_definition
 external_identification_item SELECT product_definition
 material_is_specified_for_part RULE product_definition
 name_attribute_select SELECT product_definition
 part_requires_project_order RULE product_definition
 part_requires_security_classification RULE product_definition
 person_and_organization_item SELECT product_definition
 product_definition_relationship ENTITY product_definition
 product_or_formation_or_definition SELECT product_definition


[Top Level Definitions] [Exit]

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