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.
Cutting specific shapes with usage of FeatureScript
Konrad_Szot
Member Posts: 4 PRO
in General
Hi All,
I would like to make a feature which will allows me to extrude specific cutouts (sketch and extrusion in file below) in metal sheet. I don't know how to write a script into FS
https://cad.onshape.com/documents/733a0a30fe0be845334e2a15/w/fb443533b0f46865253b28db/e/b094a33888c1c75567b8c9b9
TIA,
Konrad
I would like to make a feature which will allows me to extrude specific cutouts (sketch and extrusion in file below) in metal sheet. I don't know how to write a script into FS
https://cad.onshape.com/documents/733a0a30fe0be845334e2a15/w/fb443533b0f46865253b28db/e/b094a33888c1c75567b8c9b9
TIA,
Konrad
0
Answers
Hi @Konrad_Szot,
The best way to start FeatureScript would be to complete the FeatureScript Self Paced course in the Onshape Learning Center. This course should give you the info you need to be able to create sketches and extrudes with FS.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Thanks for your help. I have never write any codes (apart of VBA), so it will be my first time. Maybe, it's right moment to start.
I will do my best:)
FeatureScript is very similar to JavaScript. So tutorials like this will help you understand the basic structure of how to get started understanding code:
JavaScript Course for Beginners
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴