ENTITY unidirectional_turning

(* SCHEMA ap238_arm_schema; *)
ENTITY unidirectional_turning
SUBTYPE OF (turning_machining_strategy);
feed_direction : OPTIONAL direction;
back_path_direction : OPTIONAL direction;
lift_direction : OPTIONAL direction;
stepover_direction : OPTIONAL direction;
lift_height : OPTIONAL length_measure;
lift_feed : OPTIONAL feed_select;
stepover_feed : OPTIONAL feed_select;
END_ENTITY;

Explicit Attributes

Entity unidirectional_turning 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
 feed_directiondirection (STRING)unidirectional_turning
 back_path_directiondirection (STRING)unidirectional_turning
 lift_directiondirection (STRING)unidirectional_turning
 stepover_directiondirection (STRING)unidirectional_turning
 lift_heightlength_measure (ENTITY)unidirectional_turning
 lift_feedfeed_select (SELECT)unidirectional_turning
 stepover_feedfeed_select (SELECT)unidirectional_turning

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity unidirectional_turning inherits from the following supertypes:
  turning_machining_strategy

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions]

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