You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I intend to get the union of few rectangles and still be able to mark the some of their lines as physical line.
I have noticed that in order to get the union / merge rectangles I need to use the OpenCascade engine and use boolean_union. At the same time, the object Rectangle that I create does not give me access to its lines to mark. Here is MWE.
I have met the same question when I want to set physical line groups after a series of Boolean union and difference.
I wonder if there is a solution for this problem after these years...
Uh oh!
There was an error while loading. Please reload this page.
I intend to get the union of few rectangles and still be able to mark the some of their lines as physical line.
I have noticed that in order to get the union / merge rectangles I need to use the OpenCascade engine and use boolean_union. At the same time, the object Rectangle that I create does not give me access to its lines to mark. Here is MWE.
Ideally, I could mark one of the lines in
heat_exchanger
as wellIs there any way around this?
The text was updated successfully, but these errors were encountered: