ENTITY region

(* SCHEMA ap238_arm_schema; *)

(* ************************************************************ *)
(* ************************************************************ *)
(*                                                              *)
(* Catalogue of manufacturing feature                           *)
(*                                                              *)
(* ************************************************************ *)
(* ************************************************************ *)


(* ************************************************************ *)
(* Region                                                       *)
(* ************************************************************ *)

ENTITY region 	(* m1 *)
ABSTRACT SUPERTYPE OF (ONEOF (region_surface_list, region_projection, topological_region))
SUBTYPE OF (manufacturing_feature); 
feature_placement: OPTIONAL axis2_placement_3d;
END_ENTITY;

Explicit Attributes

Entity region 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
 feature_placementaxis2_placement_3d (STRING)region

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity region inherits from the following supertypes:
  manufacturing_feature

Subtypes

Entity region has the following subtypes:
    region_projection*
    region_surface_list*
    topological_region*
* - Immediate Subtypes

Referenced By

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


[Top Level Definitions]

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