ENTITY transition_feature

(* SCHEMA feature_based_process_planning; *)
  ENTITY transition_feature
    SUPERTYPE OF (ONEOF (chamfer,edge_round,fillet))
    SUBTYPE OF (shape_aspect);
    WHERE
      wr1: SIZEOF(['FEATURE_BASED_PROCESS_PLANNING.PRODUCT_DEFINITION',
               'FEATURE_BASED_PROCESS_PLANNING.COMPOUND_FEATURE'] * TYPEOF(
               SELF.of_shape.definition)) = 1;
      wr2: SIZEOF(['FEATURE_BASED_PROCESS_PLANNING.CHAMFER',
               'FEATURE_BASED_PROCESS_PLANNING.EDGE_ROUND',
               'FEATURE_BASED_PROCESS_PLANNING.FILLET'] * TYPEOF(SELF)) = 1;
  END_ENTITY; -- transition_feature

Explicit Attributes

Entity transition_feature has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)shape_aspect
 descriptiontext (STRING)shape_aspect
 of_shapeproduct_definition_shape (ENTITY)shape_aspect
 product_definitionalLOGICALshape_aspect

Derived Attributes

Entity transition_feature has the following local and inherited derived attributes:
AttributeTypeDefined By
 ididentifier (STRING)shape_aspect

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity transition_feature inherits from the following supertypes:
  shape_aspect

Subtypes

Entity transition_feature has the following subtypes:
    chamfer*
    edge_round*
    fillet*
* - Immediate Subtypes

Referenced By

Entity transition_feature and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 dimensional_location_with_path ENTITY shape_aspect
 dimensional_size ENTITY shape_aspect
 dimensional_size_with_path ENTITY shape_aspect
 edge_round ENTITY shape_aspect
 fillet ENTITY shape_aspect
 geometric_tolerance ENTITY shape_aspect
 group_item SELECT transition_feature
 id_attribute_select SELECT shape_aspect
 projected_zone_definition ENTITY shape_aspect
 represented_definition SELECT shape_aspect
 shape_aspect_relationship ENTITY shape_aspect
 shape_aspect_subtype_exclusiveness RULE shape_aspect
 shape_definition SELECT shape_aspect
 tolerance_zone_definition ENTITY shape_aspect
 transition_feature_life_cycle RULE transition_feature
 transition_feature_on_part_boundary RULE transition_feature


[Top Level Definitions] [Exit]

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