Skip to content

[surface model] remove boolean flip for generation of common surfaces

Severin Diederichs requested to merge remove_flip_bool into surface_model

This MR fixes an issue introduced in !1087 (merged), which started using the boolean flip in the generation of the common surfaces.

However, since the handling of the boolean flip is independent of the sideness, the surface should be put on the side with respect to entering/exiting the volume and not with respect to the Boolean operation.

Therefore, the usage of the boolean flip in the common surface generation needs to be removed.

This fixes infinite loops due to 0 steps in the large geometries.

Merge request reports