ENTITY turning_machining_strategy

(* SCHEMA ap238_arm_schema; *)

(* ***** Turning strategy ************************************************* *)
ENTITY turning_machining_strategy
ABSTRACT SUPERTYPE OF (ONEOF (unidirectional_turning, bidirectional_turning, thread_strategy, contour_turning, grooving_strategy, explicit_turning_strategy));
overcut_length : OPTIONAL length_measure;
allow_multiple_passes : OPTIONAL BOOLEAN;
cutting_depth : LIST[0:?] OF length_measure;
variable_feedrate : OPTIONAL positive_ratio_measure;
END_ENTITY;

Explicit Attributes

Entity turning_machining_strategy has the following local and inherited explicit attributes:
AttributeTypeDefined By
 overcut_lengthlength_measure (ENTITY)turning_machining_strategy
 allow_multiple_passesBOOLEANturning_machining_strategy
 cutting_depthLIST OF length_measure (ENTITY)turning_machining_strategy
 variable_feedratepositive_ratio_measure (REAL)turning_machining_strategy

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity turning_machining_strategy has the following subtypes:
    bidirectional_turning*
    contour_turning*
    explicit_turning_strategy*
    grooving_strategy*
    multistep_grooving_strategy
    thread_strategy*
    unidirectional_turning*
* - Immediate Subtypes

Referenced By

Entity turning_machining_strategy and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 turning_machining_operation ENTITY turning_machining_strategy


[Top Level Definitions]

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