ENTITY grooving_strategy

(* SCHEMA ap238_arm_schema; *)
ENTITY grooving_strategy
SUPERTYPE OF (multistep_grooving_strategy)
SUBTYPE OF (turning_machining_strategy);
grooving_direction : OPTIONAL direction;
travel_distance : OPTIONAL length_measure;
END_ENTITY;

Explicit Attributes

Entity grooving_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
 grooving_directiondirection (STRING)grooving_strategy
 travel_distancelength_measure (ENTITY)grooving_strategy

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity grooving_strategy inherits from the following supertypes:
  turning_machining_strategy

Subtypes

Entity grooving_strategy has the following subtypes:
    multistep_grooving_strategy*
* - Immediate Subtypes

Referenced By

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


[Top Level Definitions]

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