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.
"Un-split" (merge?) coplanar surface made of several faces?
eric_pesty
Member Posts: 1,881 PRO
It seems like this should be simple enough but can't seem to find an easy to way to do this.
Basically I want to get rid of "splits" in a planar surface made of multiple faces.
An example would be if you use the slot tool on a chain of sketch entities and then create an offset surface from it you end up with a single surface but that is split into different faces where the different sketch regions where.
It's just one planar face so there is no "need" for these splits... What's the best way to get to a single face from here?
Basically I want to get rid of "splits" in a planar surface made of multiple faces.
An example would be if you use the slot tool on a chain of sketch entities and then create an offset surface from it you end up with a single surface but that is split into different faces where the different sketch regions where.
It's just one planar face so there is no "need" for these splits... What's the best way to get to a single face from here?
Tagged:
0
Comments
It looks there's a way to do it in FS but it seems odd that I'd need a custom feature for this!
I ended up creating an "Unsplit" FS that does the job (and also creates a composite of the whole thing), pretty simple using "REMOVE_ALL_REDUNDANCY" option from opExtractSurface:
I also created and IR to add this to the standard offset surface:
https://forum.onshape.com/discussion/24214/add-option-to-merge-un-split-faces-in-offset-face#latest
The code above does work on curved faces, it doesn't work on solids directly (I wasn't trying for that...) but if it can create a single face from selecting split faces of the solid and then you can do a "Replace face". Not really needed as a "Delete face" with "heal" normally does the job (but not on a surface).