Hello,
I have this object (brepsolid).
I have tried SolidBuilder but it just converts the geometry to brepsolid. Is it because I should be using enclosed spaces?
I would really appreciate any ideas on handling this.
Kind regards,
George Floros
Hello,
I have this object (brepsolid).
I have tried SolidBuilder but it just converts the geometry to brepsolid. Is it because I should be using enclosed spaces?
I would really appreciate any ideas on handling this.
Kind regards,
George Floros
Best answer by jovitaatsafe
Hi @georgefloros,
I'm not 100% sure on this one for your data, but if you could force it to 2D using the 2DForcer, check the polygon is closed, and fill in the area using an AreaBuilder, you could then use an Extruder to extrude to the length of your cylinder, resulting in a closed solid.
I mocked up a workspace clipping a smaller cylinder from a bigger cylinder and this workflow seems to work for me. It may depend on whether you get the shape you want when 2d forcing (perhaps a 3DRotator could help?), and the tricky part may be getting the length of your cylinder. Perhaps using the extents of the original solid, or a 3DBoundingBoxReplacer could be of use. Hopefully this works for you as well! Here's what my workspace looks like:
Source data that I created:
Output:
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.