How to determine the assigned TYPE and SUBTYPE values for all CAM Operations
type?
For instance;
" SubType 110 = Planar Milling Operation
" SubType 260 = Cavity Milling Operation
Solution
See 'NX11\UGOPEN\uf_object_types.h' , the Type & Subtypes are listed there.
There are comments after each line. - listed from line 770 onwards.
Notes