ENTITY feature_definition

(* SCHEMA aic_machining_feature; *)
ENTITY feature_definition
  SUBTYPE OF (characterized_object);
   WHERE
  WR1: SIZEOF(QUERY( pdr <*
       get_property_definition_representations (SELF) |
         'AIC_MACHINING_FEATURE.SHAPE_REPRESENTATION_WITH_PARAMETERS' 
       IN TYPEOF ( pdr.used_representation ) ) ) <=1;
   WR2: SIZEOF (QUERY (pd <* USEDIN (SELF, 
         'AIC_MACHINING_FEATURE.PROPERTY_DEFINITION.DEFINITION') |
         NOT (SIZEOF (QUERY (impl_rep <* QUERY (pdr <* USEDIN (pd,
         'AIC_MACHINING_FEATURE.' +
         'PROPERTY_DEFINITION_REPRESENTATION.DEFINITION') |
         'AIC_MACHINING_FEATURE.' +
         'SHAPE_REPRESENTATION_WITH_PARAMETERS'
         IN TYPEOF (pdr.used_representation)) |
         NOT (SIZEOF (QUERY (it <* impl_rep.used_representation.items |
         ('AIC_MACHINING_FEATURE.PLACEMENT' 
         IN TYPEOF (it)) AND (it.name = 'orientation'))) = 1))) = 0))) = 0;
    WR3: SIZEOF (['AIC_MACHINING_FEATURE.BOSS', 
         'AIC_MACHINING_FEATURE.TURNED_KNURL', 
         'AIC_MACHINING_FEATURE.THREAD',  
         'AIC_MACHINING_FEATURE.GEAR', 
         'AIC_MACHINING_FEATURE.MARKING',            
         'AIC_MACHINING_FEATURE.RIB_TOP',          
         'AIC_MACHINING_FEATURE.ROUND_HOLE',
         'AIC_MACHINING_FEATURE.OUTSIDE_PROFILE', 
         'AIC_MACHINING_FEATURE.POCKET', 
         'AIC_MACHINING_FEATURE.REMOVAL_VOLUME', 
         'AIC_MACHINING_FEATURE.REVOLVED_PROFILE',
         'AIC_MACHINING_FEATURE.OUTER_ROUND', 
         'AIC_MACHINING_FEATURE.FLAT_FACE', 
         'AIC_MACHINING_FEATURE.PROTRUSION', 
         'AIC_MACHINING_FEATURE.ROUNDED_END', 
         'AIC_MACHINING_FEATURE.SLOT', 
         'AIC_MACHINING_FEATURE.SPHERICAL_CAP',
         'AIC_MACHINING_FEATURE.STEP', 
         'AIC_MACHINING_FEATURE.COMPOUND_FEATURE',
         'AIC_MACHINING_FEATURE.REPLICATE_FEATURE',
         'AIC_MACHINING_FEATURE.EXTERNALLY_DEFINED_FEATURE_DEFINITION']
         * TYPEOF (SELF)) <= 1;  
   wr4: (NOT (SIZEOF(['AIC_MACHINING_FEATURE.ROUND_HOLE',
         'AIC_MACHINING_FEATURE.BOSS',
         'AIC_MACHINING_FEATURE.OUTSIDE_PROFILE',
         'AIC_MACHINING_FEATURE.REMOVAL_VOLUME',
         'AIC_MACHINING_FEATURE.FLAT_FACE',
         'AIC_MACHINING_FEATURE.POCKET',
         'AIC_MACHINING_FEATURE.PROTRUSION',
         'AIC_MACHINING_FEATURE.RIB_TOP',
         'AIC_MACHINING_FEATURE.ROUNDED_END',
         'AIC_MACHINING_FEATURE.SLOT',
         'AIC_MACHINING_FEATURE.STEP'] * TYPEOF(SELF)) = 1))   OR 
      ((SIZEOF(QUERY(pdr <* get_property_definition_representations (SELF) | 
         ( 'AIC_MACHINING_FEATURE.PLANAR_SHAPE_REPRESENTATION' 
         IN TYPEOF ( pdr.used_representation ) ) AND 
         ( pdr.used_representation.name ='maximum feature limit'))) >=0)); 
END_ENTITY;

Explicit Attributes

Entity feature_definition 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 feature_definition inherits from the following supertypes:
  characterized_object

Subtypes

Entity feature_definition has the following subtypes:
    boss*     circular_pattern     composite_hole     compound_feature*     externally_defined_feature_definition*     feature_pattern     flat_face*     gear*     instanced_feature*     marking*     outer_round*     outside_profile*     pocket*     protrusion*     rectangular_pattern     removal_volume*     replicate_feature*     revolved_profile*     rib_top*     round_hole*     rounded_end*     slot*     spherical_cap*     step*     thread*     turned_knurl*
* - Immediate Subtypes

Referenced By

Entity feature_definition and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_characterized_object_relationship FUNCTION characterized_object
 boss ENTITY characterized_object
 characterized_definition SELECT characterized_object
 characterized_object_relationship ENTITY 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
 turned_knurl ENTITY characterized_object


[Top Level Definitions] [Exit]

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