As in first Picture I'll have to generate a code
to make a fixed invisible colum
For i = 0 to 360
Step 5
[IMG]http://aycu15.webshots.com/image/47254/2000545622320924840_rs.jpg[/IMG]
Then Each time it itterates the value gets multiplied by Pi and divided by 180
and stored in a similar way like excel.
[IMG]http://aycu37.webshots.com/image/49796/2000584877178128910_rs.jpg[/IMG]
As for the third Picture weve got 4 circles
Pitch
base
Outer
Root
and each one has X, Y
Equations are the same for all 4 circles
the only thing that differs is that.
For example lets consider the Base Circle as shown in 3d picture.
X1 = Base Circle value ( same one used for Y) * Cos ( The stored value from the second picture)
X2 = ......
X360 = .....
Y1 = Base Circle Value * Sin ( The stored Value from the second Picture)
Y2=.....
Y360=......
The remaining three construction circles are built in the same concept but the same concept and same equation but the only one difference is the for pitch circle we use the value from the table of pitch
in Root we use the value assigned for root and so on.
Once weve got the code for all 4 circles. we can draw the circle as a representation of that table.
[IMG]http://aycu13.webshots.com/image/48772/2000586479785060223_rs.jpg[/IMG]
Any help would be welcomed :-)