ENTITY planar_face

(* SCHEMA ap238_arm_schema; *)

(* ************************************************************ *)
(* Planer face                                                  *)
(* ************************************************************ *)

ENTITY planar_face  	(* m1 *)
SUBTYPE OF (machining_feature);
course_of_travel:      linear_path; 
removal_boundary:      linear_profile; 
face_boundary:         OPTIONAL closed_profile;
its_boss:                   SET [0:?] OF boss;
removal_depth:  	length_measure;	-- ADDED BY 10303-238
removal_direction: 	direction;	-- ADDED BY 10303-238
(*
Informal propositions:
- The entire profile lies in the local xy plane. 
- The profile is not self-intersecting.
*)
END_ENTITY;

Explicit Attributes

Entity planar_face 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)two5D_manufacturing_feature
 depthelementary_surface (STRING)machining_feature
 course_of_travellinear_path (ENTITY)planar_face
 removal_boundarylinear_profile (ENTITY)planar_face
 face_boundaryclosed_profile (ENTITY)planar_face
 its_bossSET OF boss (ENTITY)planar_face
 removal_depthlength_measure (ENTITY)planar_face
 removal_directiondirection (STRING)planar_face

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity planar_face inherits from the following supertypes:
  manufacturing_feature
    two5D_manufacturing_feature
      machining_feature

Subtypes

    No subtypes

Referenced By

Entity planar_face and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 compound_feature ENTITY manufacturing_feature
 compound_feature_select SELECT machining_feature
 general_pocket_bottom_condition ENTITY manufacturing_feature
 machined_surface ENTITY machining_feature
 machining_feature ENTITY planar_face
 machining_workingstep ENTITY manufacturing_feature
 manufacturing_feature ENTITY two5D_manufacturing_feature
 replicate_feature ENTITY two5D_manufacturing_feature
 thread ENTITY machining_feature
 transition_feature ENTITY machining_feature
 turning_workingstep ENTITY manufacturing_feature
 two5D_manufacturing_feature ENTITY machining_feature


[Top Level Definitions]

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