ENTITY milling_machining_operation

(* SCHEMA ap238_arm_schema; *)
(* ************************************************************ *)
(* Base class for technology specific operation and strategy    *)
(* ************************************************************ *)

ENTITY milling_machining_operation	(* m0 *)
   ABSTRACT SUPERTYPE OF (ONEOF(milling_type_operation, drilling_type_operation))
   SUBTYPE OF (machining_operation);
overcut_length: OPTIONAL length_measure;
WHERE
  WR1: (EXISTS(SELF.its_technology.feedrate_per_tooth) AND
        EXISTS(SELF.its_tool.number_of_effective_teeth)) OR
        (NOT(EXISTS(SELF.its_technology.feedrate_per_tooth)));
END_ENTITY;

Explicit Attributes

Entity milling_machining_operation has the following local and inherited explicit attributes:
AttributeTypeDefined By
 its_toolpathtoolpath_list (ENTITY)operation
 its_tool_directiontool_direction (ENTITY)operation
 its_ididentifier (STRING)machining_operation
 retract_planelength_measure (ENTITY)machining_operation
 start_pointcartesian_point (STRING)machining_operation
 its_toolmachining_tool (ENTITY)machining_operation
 its_technologytechnology (ENTITY)machining_operation
 its_machine_functionsmachine_functions (ENTITY)machining_operation
 overcut_lengthlength_measure (ENTITY)milling_machining_operation

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity milling_machining_operation inherits from the following supertypes:
  operation
    machining_operation

Subtypes

Entity milling_machining_operation has the following subtypes:
    back_boring     boring     boring_operation     bottom_and_side_finish_milling     bottom_and_side_milling     bottom_and_side_rough_milling     center_drilling     counter_sinking     drilling     drilling_operation     drilling_type_operation*     freeform_finish_milling     freeform_operation     freeform_rough_milling     milling_type_operation*     multistep_drilling     plane_finish_milling     plane_milling     plane_rough_milling     reaming     side_finish_milling     side_milling     side_rough_milling     tapping     thread_drilling     two5D_milling_operation
* - Immediate Subtypes

Referenced By

Entity milling_machining_operation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 last_modified_timestamp_item SELECT operation
 machining_workingstep ENTITY machining_operation
 manufacturing_feature ENTITY machining_operation
 operation ENTITY machining_operation
 security_classification_item SELECT operation


[Top Level Definitions]

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