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
If I change the value to: let z_offset = 0.9 then I get the correct behavior:
combined_cube has 1 shell boundaries
If I change the value to: let z_offset = 1.1 then I get different behavior which is also correct:
combined_cube has 2 shell boundaries
It is only when I choose let z_offset = 1.0 when the None value is returned. Is this the intended behavior? How can I merge two solids which are touching but not overlapping?
The text was updated successfully, but these errors were encountered:
Here is a minimal example:
When I run this, the output I see is:
I expected the output to be:
If I change the value to:
let z_offset = 0.9
then I get the correct behavior:If I change the value to:
let z_offset = 1.1
then I get different behavior which is also correct:It is only when I choose
let z_offset = 1.0
when the None value is returned. Is this the intended behavior? How can I merge two solids which are touching but not overlapping?The text was updated successfully, but these errors were encountered: