ENTITY turning_machine_functions

(* SCHEMA ap238_arm_schema; *)


(* ***** Turning machine functions **************************************** *)
ENTITY turning_machine_functions
SUBTYPE OF (machine_functions);
coolant : BOOLEAN;
coolant_type : OPTIONAL coolant_select;
coolant_pressure : OPTIONAL pressure_measure;
axis_clamping : LIST [0:?] OF identifier;
chip_removal : OPTIONAL BOOLEAN;
oriented_spindle_stop : OPTIONAL direction;
its_process_model : OPTIONAL process_model_list;
other_functions : SET [0:?] OF property_parameter;
tail_stock : OPTIONAL BOOLEAN;
steady_rest : OPTIONAL BOOLEAN;
follow_rest : OPTIONAL BOOLEAN;
END_ENTITY;

Explicit Attributes

Entity turning_machine_functions has the following local and inherited explicit attributes:
AttributeTypeDefined By
 coolantBOOLEANturning_machine_functions
 coolant_typecoolant_select (ENUM)turning_machine_functions
 coolant_pressurepressure_measure (ENTITY)turning_machine_functions
 axis_clampingLIST OF identifier (STRING)turning_machine_functions
 chip_removalBOOLEANturning_machine_functions
 oriented_spindle_stopdirection (STRING)turning_machine_functions
 its_process_modelprocess_model_list (ENTITY)turning_machine_functions
 other_functionsSET OF property_parameter (ENTITY)turning_machine_functions
 tail_stockBOOLEANturning_machine_functions
 steady_restBOOLEANturning_machine_functions
 follow_restBOOLEANturning_machine_functions

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity turning_machine_functions inherits from the following supertypes:
  machine_functions

Subtypes

    No subtypes

Referenced By

Entity turning_machine_functions and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 machining_operation ENTITY machine_functions
 toolpath ENTITY machine_functions


[Top Level Definitions]

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