Skip to content

Commit

Permalink
update boolean surface class
Browse files Browse the repository at this point in the history
  • Loading branch information
psauvan committed Jul 1, 2024
1 parent 5bf756c commit 9fca96b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/geouned/GEOUNED/conversion/cell_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,7 @@ def no_overlapping_cell(metaList, surfaces, options):
(tuple(t_def.get_surfaces_numbers()), Surfs),
"diag",
options=options,
excludeAux=True,
)

new_def = remove_extra_surfaces(t_def, CT)
Expand All @@ -890,6 +891,7 @@ def no_overlapping_cell(metaList, surfaces, options):
(tuple(new_def.get_surfaces_numbers()), Surfs),
"full",
options=options,
excludeAux=True,
)

if new_def.operator == "AND":
Expand Down

0 comments on commit 9fca96b

Please sign in to comment.