TYPE toolpath_type

(* SCHEMA ap238_arm_schema; *)

(* ************************************************************ *)
(* Toolpath type                                                *)
(* ************************************************************ *)

TYPE toolpath_type = ENUMERATION OF (
approach,
lift,
connect,
non_contact,
contact,
trajectory_path
);
END_TYPE;

Referenced By

Defintion toolpath_type is references by the following definitions:
DefinitionType
 toolpath ENTITY


[Top Level Definitions]

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