Cylindrical Sliding Rule

 From:  bemfarmer
8690.5 In reply to 8690.4 
Something like:
StartNum = 1
EndNum = 10
for ( i = 1, i <= 10, ++i )
{
logpt = moi.vectorMath.createPoint( i, 0, 0 );
Save the points in a point factory...Substitue this log array for the linear array in LineWeb.
}

Set up two lines between x = 0 and x= 1, separated by a short distance.
Run modified LineWeb on these two lines.

The line pips for sliderule values 1 through 10 would be at x = 0 through x = 10

Bedtime :-)
- Brian