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.
Sheet metal and feature script
Rahinsoo
Member Posts: 6 ✭
Hello,
I try to use the featurescript "laser joint" with sheet metal module whithout finish this module.
Can we do that? Is this included in an upcoming update?
I try to use the featurescript "laser joint" with sheet metal module whithout finish this module.
Can we do that? Is this included in an upcoming update?
Tagged:
1
Best Answers
-
lana Onshape Employees Posts: 704A custom feature would not work with an active sheet metal model without some additional effort on the custom feature side. We are planning similar functionality adopted for sheet metal, but it is not high on our priorities list. Please submit an improvement request to help us prioritize it.7
-
brucebartlett Member, OS Professional, Mentor, User Group Leader Posts: 2,140 PROThis would be very handy to work with sheet metal as this is my most used feature scripts. Maybe not be available yet but hopefully the featurescript can be modified to do this in the future @lemon1324. It may need certain things on the sheetmetal devolpment side to enable featurescript featureres for sheetmetal to work @lana @ilya_baran.6
-
bradley_sauln Moderator, Onshape Employees, Developers Posts: 373A good approach would to make the solid models first with the custom feature and then convert the faces into sheet metal after. With the proper thickness direction, they should align as desired.
7
Answers
Twitter: @onshapetricks & @babart1977
Twitter: @bradleysauln
Twitter: @onshapetricks & @babart1977
One thing to note here: the Laser Joint feature as-written may give odd results in completed sheet metal parts with bends, as it assumes that the parts you are attempting to join are planar, with the plane defined by the largest face. I did this because it is easy to write code, robust, and a valid assumption for e.g. acrylic/wood/etc parts which are not bent.
I can take a look at what it would take to work with a sheet metal part, but as I'm currently quite busy with research, no guarantees on how quickly I can get to it.
@lana , any suggestions on where to look for making sheet-metal-compatible features? (i.e. what's the most clear example from the built in features for sheet metal compatibility)
PhD, Mechanical Engineering, Stanford University
We are currently working on sheet metal tab feature . Once it is out the task of adapting Laser Joint feature to sheet metal would be easier. If you want to give it a try earlier, see how boolean was adopted : sheetMetalAwareBoolean in boolean.fs .
At the top of sheetMetalAttribute.fs there are couple paragraphs describing our sheet metal model. Don't hesitate to ask further questions, if you run into any problems.
Owen S.
HWM-Water Ltd