|
We do a lot of converting mm to inch
because engineering works in mm and the shop works in inches. We program
in inches so all cad geometry is converted. After running the mm2inch.mcl
I also run a macro I created that rounds off most of the lines and arcs to 4
places. All of our controls only except output to four places
so everything is rounded when it's output anyway. This
also makes it a little easier to review element data while programming and
snapping to locations.
Attached is the macro for rounding off
most lines and arcs. Anyone interested can try it and give me
feedback.
Note
that it currently only rounds off full and 90 degree arcs, all
unrounded arcs are put on layer 60 or 61. Lines that only have .0001
taper are also put on these layers, this is done because our
engineers sometimes make mistakes on start or end points and if a line
has .0001 taper it's probably an error.
Thanks in
advance Bill Wepking
|
ROUND_OFF_LINES_and_ARCS.MCL
Description: Binary data
