Page 1 of 1

Drawing a hexagon

Posted: Sun Mar 19, 2006 11:16 am
by tspco
Anybody have a simple way to draw a 5/8" hexagon?

Posted: Sun Mar 19, 2006 12:50 pm
by John Finlay
tspco,

Create a new tool button and add the following in the command area:

^C^C^C(command "polygon" 6 pause "side" 0.3125)

Now draw as many as you like with the click of the botton and selecting the centre of the hexagon.

Note: The 0.3125 is 5/8" divided by 2 as a decimal.

------------------
Regards
John Finlay

Posted: Mon Mar 20, 2006 8:30 pm
by CW
Why not just use the polygon tool?