I have tried many approaches…
The one which seems more promising is to trim the surface with the intersection between the surfaces like so:
How do I use these intersections to trim the surface?
Honestly, I don’t know what to do with this anymore, I have tried many things but nothing worked.
Most geometric operations that work with surfaces, do not support polysurfaces. I’m sure you’ll get a lot more help if you attach the geometry in question. You can export the two parts to a .sat file and attach them here.
Hi @jacob.small , I tried that as well but still it does not cut the geometry.
@Durmus_Cesur, can you explain your approach? It seems to me that you are suggesting to get the bounding box by points of the cylinder voids. My question is: how do I select the cylinder voids?
Thank you @jacob.small and @Durmus_Cesur
The only disadvantage to this approach is that I would have to define my cutting surfaces through the center, radius, and normal, but I don’t have that information on the cylinder voids. It would be ideal to use the current geometry in the model, instead of creating it from scratch. I have to use the polysurface obtained from the element geometry of the selected model element.
Use the solid instead of a polysurface. If that fails do a save as, delete everything but that element from the model, and upload the model and your dyn.
Surface/Surface trimming tend to be error prone. try replacing the curve.extrude with an extrude as solid and see if that gives you more consistent results
Thank you for the reply @jp2982.
However, my end goal is to obtain a cylindrical surface with those circular holes, and thus, not a solid.
Unless… maybe I can try do to that and then obtain just the outer face of the new solid…
I will try that and let you know how it goes.
However, if you have faces that are cut more than once, then you’ll need to do something a bit trickier - imperatively iterate each face and cut it consecutively with each solid.
Yep. if we can’t get the Revit file with the elements used to create the cutting geometry and the elements being cut, then we can’t do much of anything. @RitaAguiar, please upload the .rvt with the unnecessary model elements as previously requested if you’re still looking for assistance.
The challenge here is to obtain the cylindrical voids with which I want to cut the surface. I must obtain those voids from the solid itself and not recreate them from scratch as that is error prone.