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.
Updated: Laser Joint Feature is now about 25% faster
lemon1324
Member, Developers Posts: 225 EDU
Finally had some time to write more code, so made I some improvements in the Laser Joint feature!
Can be found here, or by searching in "community spotlight" in the add custom features dialog.
Using primitives and patterns to cut the pins in the tab parts now, which is about 25% faster than the previous version.
No bugs found on my set of test cases, but if you run into issues please shoot me a message on the forum and link to a public document with a minimum example demonstrating the problem and I'll take a look as I get time.
Arul Suresh
PhD, Mechanical Engineering, Stanford University
PhD, Mechanical Engineering, Stanford University
Tagged:
2
Comments
Well done.
Owen S.
HWM-Water Ltd
PhD, Mechanical Engineering, Stanford University
I want pin face offset too. +1 for me
And great work on the speed increase. Can we update old FS's to 2.3?
Twitter: @onshapetricks & @babart1977
Note that I haven't been keeping track of what is and isn't a new function in the versions of FeatureScript, and unlike the OS native features don't do a lot of checking the version of FeatureScript before using a function. So it may break if you run the new version of Laser Joint in a very old version of FS. Though I think old documents also update which version of FS they run, so it shouldn't be an issue.
PhD, Mechanical Engineering, Stanford University
Now when you modify the code for a custom feature (e.g., add functionality or update it to a newer FS/std version), it's up to you to make sure it still works correctly. And when you update your custom feature use in a part studio to a new version of the feature, it's up to you to make sure your part studio didn't break.
PhD, Mechanical Engineering, Stanford University
PhD, Mechanical Engineering, Stanford University