Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Spiral

Here is an equation for spiral curve. go to curve>>from equation>> and select a csys, use cartesian and write this equation.


x = ((d/ 2 + P * r * t) * cos ((r* t) * 360))


y = ((d / 2 + p * r * t) * sin ((r * t) * 360))


z = 0


where, d ----> Inner dia


p ----> pitch


r----> No. of revolutions


If z=t*360, a curve look like a spring will come.


U also can check this part


2006-05-16_045952_spiral.prt.zip
 

Sponsor

Back
Top