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.
FeatureScript Help
wayne_sauder
Member, csevp Posts: 551 PRO
I am trying to learn a little FeatureScript. Looking for a bit of input on this one, https://cad.onshape.com/documents/975e5a12e82b5d60281883ab/w/4c6a9174b7dd3839ec4c2295/e/a920a3afff5e167ad546da55
I copied the Port Feature by @cody_armstrongand modified it to do what I needed now I would like to get the tool to add the fillet shown in Part studio 1 into my feature yet how is the best way to do this? What query should be used or is that not needed? The fillet always stays the same radius and always on the same edge so there is no need to show it in the UI.
I copied the Port Feature by @cody_armstrongand modified it to do what I needed now I would like to get the tool to add the fillet shown in Part studio 1 into my feature yet how is the best way to do this? What query should be used or is that not needed? The fillet always stays the same radius and always on the same edge so there is no need to show it in the UI.
Tagged:
0
Comments
@chadstoltzfus @Evan_Reese @MichaelPascoe
Thanks,
Richard
@wayne_sauder Welcome to FS!
Here is one way you can do this:
https://cad.onshape.com/documents/7660251fbec9ce980aea5e3a/w/7eb230cdb608d89c5c8814fc/e/3c08e5d680b0411ea4c5b76c
Place this below the revolve cut in the revolveCut function.
FYI: FeatureScript is based off of JavaScript. Learning some basic JS will save you a ton of headaches. Of course, we are here for you too!
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Thanks, so much for that help,works pefectlly.
Someday I have some time I'll need to sit down and study the basics of JS.
Wayne, a couple of tips for learning FS:
chadstoltzfus@premiercb.com