I am trying to create a logarithmic spiral defining it with an equation, but I can't get it to work!
I found a formula on another forum (for ProE) and copy/pasted it into the equation window.
theta = t * 360 * 2.2
a = 0.005
r = exp (a * theta)
The result is "Feature failed to regenerate". Creating ordinary spirals gives no problems, but adding ln, x^ or exp functions gives me problems. I think I miss some basic programming skills here.
Any suggestions how I get going?
Thanks, Jeppe.