Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
How to create explicite equation curve?
md_ar_rahman_dip
Member Posts: 19 EDU
I wanna create y=sin(x) curve. How can I achieve this type of explicit equation. Again I still dont understand how to use @mahir 's parametric curve featurescript.
0
Answers
Set your max parameter to 2*PI. Set X to #t. And for Y enter sin(#t rad).
You could project a helix onto a surface, but the better way is to learn how to use the parametric curve FS. If you look at the FS, curve 2 in the example should be easy to manipulate to get a sin(x).
Thank u @mahir got it perfectly
no problem 👍🏼