ENTITY thread_strategy

(* SCHEMA ap238_arm_schema; *)

ENTITY thread_strategy
SUBTYPE OF (turning_machining_strategy);
cut_in_amount_function : thread_cut_depth_type;
threading_direction : threading_direction_type;
path_return_angle : OPTIONAL plane_angle_measure;
lift_height : OPTIONAL length_measure;
END_ENTITY;

Explicit Attributes

Entity thread_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
 cut_in_amount_functionthread_cut_depth_type (ENUM)thread_strategy
 threading_directionthreading_direction_type (ENUM)thread_strategy
 path_return_angleplane_angle_measure (ENTITY)thread_strategy
 lift_heightlength_measure (ENTITY)thread_strategy

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity thread_strategy inherits from the following supertypes:
  turning_machining_strategy

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions]

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