I FOUND MY MISTAKE! - And so did I.

From: Suncode (sol_developments_at_hotmail.com)
Date: 06/02/04


Date: Wed, 2 Jun 2004 18:39:43 -0000


> pi# = ATN(1#) * 8#

This is not pi but pi*2, should be :

 pi# = ATN(1#) * 4#

Therefore :

> ' Try also this for surface-fill: (REMove the REMarks)
> REM sc0# = pi# - 1#
> REM sc1# = pi# + 1#

Should be:

 sc0# = 2 * pi# - 1#
 sc1# = 2 * pi# + 1#

It wrote the gasket anyway (the angle got to 240 and not 120 and this makes
no difference) therefore I newer had to look for the error.

SunCode.