ENTITY transition_feature

(* SCHEMA ap238_arm_schema; *)

(* ************************************************************ *)
(* Transition feature                                           *)
(* ************************************************************ *)

ENTITY transition_feature 	(* m1 *)
ABSTRACT SUPERTYPE OF (ONEOF(chamfer, edge_round))
SUBTYPE OF (manufacturing_feature);
  first_feature: 	OPTIONAL machining_feature; -- RELAXED BY 10303-238
  second_feature: 	OPTIONAL machining_feature; -- RELAXED BY 10303-238
END_ENTITY;

Explicit Attributes

Entity transition_feature has the following local and inherited explicit attributes:
AttributeTypeDefined By
 its_ididentifier (STRING)manufacturing_feature
 its_workpieceworkpiece (ENTITY)manufacturing_feature
 its_operationsSET OF machining_operation (ENTITY)manufacturing_feature
 explicit_representationSET OF face (STRING)manufacturing_feature
 first_featuremachining_feature (ENTITY)transition_feature
 second_featuremachining_feature (ENTITY)transition_feature

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity transition_feature inherits from the following supertypes:
  manufacturing_feature

Subtypes

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

Referenced By

Entity transition_feature and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 compound_feature ENTITY manufacturing_feature
 compound_feature_select SELECT transition_feature
 general_pocket_bottom_condition ENTITY manufacturing_feature
 machining_workingstep ENTITY manufacturing_feature
 manufacturing_feature ENTITY transition_feature
 turning_workingstep ENTITY manufacturing_feature


[Top Level Definitions]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T09:54:01-05:00