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.

Can one draw polynomial in Pro/E?

pellet8

New member
I have a application that needs a curved surface. It'srevolved from a high order polynomial, let's say 4th order. Can I do this with Pro/E? the function should like this y = a * r^4 + b* r^3 + c*r^2 + d*r + e, wherea, b, c, d and e are all constants, and r is the radial coordinates. Any hints are welcome! Thanks
 
yes, you can do that using curve from equation.


use cartesian coordinate system and write


x=t


y=a * t^4 + b* t^3 + c*t^2 + d*t + e


z=0


Now go to sketcker and use edge ...


enjoy


Israr
 

Sponsor

Articles From 3DCAD World

Back
Top