hey thanks much for the help, i'll look into those a bit more,
"What you'll want to do is just simply import your models and create toolpath"Do you know if this program supports models in
.mb format(Maya) to be imported?
and ive been reading through some books and i was wondering about which programming function would be used most .. incremental or absolute?
Incremental - all dimensions are taken from the previous point
absolute - all dimensions must be taken from the XY zero at the top left-hand corner of the partI assume, that if i had 1 big piece of material that i needed to cut out so many pieces of the exact same piece, i would be better off using incremental programming. Done by programing a full line (horizontal or vertical) of the material and then copy and paste that code but with a + of so many points to move the bit ahead to the next row. Instead of using absolute programming where the programmer would have to program the full sheet piece by piece because everything is in relation to the chosen Zero point.
would i be correct in thinking this?
Again Thanks for the help in advance and I apologize if this is a very basic question, my 2nd day reading about cnc

Thanks again
Edit:
I also had another question,
I was wondering if there was a feature in Mach 3 that will let you create a layer (add an image to a plane or a new layer) on top of the work area (like a stencil) so you could basically program the outline/feature by Tracing the object
Example of what i mean with basic shape in Maya

(with Xray shader turned on)

Thanks