ENTITY milling_machine_functions

(* SCHEMA ap238_arm_schema; *)
(* ************************************************************ *)
(* Milling machine functions                                    *)
(* ************************************************************ *)

ENTITY milling_machine_functions     	(* m0 *)
SUBTYPE OF (machine_functions);
coolant             :       BOOLEAN;
coolant_pressure    :       OPTIONAL pressure_measure;
mist                :       OPTIONAL BOOLEAN;
through_spindle_coolant:    BOOLEAN;
through_pressure:           OPTIONAL pressure_measure; 
axis_clamping       :       LIST [0:?] OF identifier; 
chip_removal        :       BOOLEAN;
oriented_spindle_stop:      OPTIONAL direction;
its_process_model:          OPTIONAL process_model_list;
other_functions     :       SET [0:?] OF property_parameter;
axis_constraints: 	    OPTIONAL SET [0:?] OF machine_axis_constraint;-- ADDED BY 10303-238
END_ENTITY;

Explicit Attributes

Entity milling_machine_functions has the following local and inherited explicit attributes:
AttributeTypeDefined By
 coolantBOOLEANmilling_machine_functions
 coolant_pressurepressure_measure (ENTITY)milling_machine_functions
 mistBOOLEANmilling_machine_functions
 through_spindle_coolantBOOLEANmilling_machine_functions
 through_pressurepressure_measure (ENTITY)milling_machine_functions
 axis_clampingLIST OF identifier (STRING)milling_machine_functions
 chip_removalBOOLEANmilling_machine_functions
 oriented_spindle_stopdirection (STRING)milling_machine_functions
 its_process_modelprocess_model_list (ENTITY)milling_machine_functions
 other_functionsSET OF property_parameter (ENTITY)milling_machine_functions
 axis_constraintsSET OF machine_axis_constraint (ENTITY)milling_machine_functions

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity milling_machine_functions inherits from the following supertypes:
  machine_functions

Subtypes

    No subtypes

Referenced By

Entity milling_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