-
How can a face 'F' be merged/added/united/fused/... with a compound 'C' to make one entity, a compound I think? 'F' and 'C' lay in the same plane and overlap. I've tried:
When exported as a STEP file, all of those create multiple parts for F and C separately, not one. The background is that FEA boundary conditions need to be applied only on the areas 'C', not on the whole face 'F'. So if its multiple parts, they desintegrate during simulation. Some hints are much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
An update: After many hours, I still did not find a CQ solution. So I tried solving it with additional BC’s in FEA, but unfortunately that’s not successful either at this point. It would be so much more easy if the 2 components/compounds/shapes can be combined into one. Alternatively, placing a wire onto a face, starting and stopping at an edge, might also work. I've tried that, but not succesful. Up to now that affects the shape of the face. Something like Any suggestions / insights? |
Beta Was this translation helpful? Give feedback.
Thank you @jmwright for, again, giving inspiration!
Yesterday I finally, found something that looks ok in CAD and could work:
combined = cq.Shell.makeShell([C, F])
Just now the FEA simulation finished and confirmed it. Finally, case closed!