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.
Can you utilize an equation for a mathematical surface?
jeff_donnelly
Member Posts: 2 PRO
Specifically, looking to see if we can utilize Feature Script as a way to parame-tize an equation for a mathematical surface, ie. something like a gyroid; Either by using said "surface" equation directly in Feature Script, or by importing a pre-built Math. surface OBJ file from another source, for example, as output from Mathmod....and subsequently imported into Onshape Part Studio tab....
Thanks!
Jeff
Thanks!
Jeff
0
Answers
-
Yes, it's totally possible to do this in FeatureScript. Check out this custom feature for a parametric surface: https://cad.onshape.com/documents/57a62df8e4b03de4c9fcf154/w/f6d71f3d862b522902efcd68/e/ece65382fcd820281a9ee704Abe Feldman
UX/PD/Community Support0 -
Thanks, I'll take a look!
0 -
The parametric surface FS is handy if you have a surface that can be described as a 1-to-1 function f(x,y). However, if you have an analytic, cyclic closed surface like a twisting torus, it would probably be easier to use the Parametric Curve FS to make an analytic curve that you can then use as a sweep path. However, I think you might be out of luck modeling a true mathematical gyroid since it's neither path-based nor 1-1 in any coordinate system.0

