Removing internal boundaries
Hi Everyone,
Is there a way to remove internal boundaries when two or more objects are merged?
Thanks,
Mohammed
Hi Mohammed
It's not quite clear what you mean by "objects are merged". I suppose you mean Partition, right? In this case there is no a ready-to- use operation to remove faces shared by two adjacent solids but it's easy to write a script that would do it.
I can provide such a script if it is what you are looking for.
St.Michael
Hi Everyone,
I have a compound geometry built by compounding individual boxes. Is there a way to remove the internal boundaries of this compound?
Mayank
Previously Mayank Sabharwal wrote:
Hi Everyone,
I have a compound geometry built by compounding individual boxes. Is there a way to remove the internal boundaries of this compound?
Mayank
Hi Mayank,
You case is similar to one of Mohammed. First, you need to perform Partition of your compound (Object =your compound) to find intersections between your boxes. Second, you are to construct a shell and then a solid of only outer faces. As I said there is no such an operation in SALOME but this can be done in a script.
St.Michael
Previously Saint Michael wrote:
Hi Mohammed
It's not quite clear what you mean by "objects are merged". I suppose you mean Partition, right? In this case there is no a ready-to- use operation to remove faces shared by two adjacent solids but it's easy to write a script that would do it.
I can provide such a script if it is what you are looking for.
St.Michael
Hi St. Michael,
Many thanks. Could you provide me the script please?
Mohammed
