Description
Type error in boolean meshing arguments passed from remesh_surface() into MMGS, (-noinsert, etc.). If these arguments are False, they should not be provided to MMGS, but currently any argument given except None turns on the MMGS -noinsert flag.
Reproduction
Run remesh_surface(noinsert = False), for example in generate_tube(), and observe that MMGS is following the -noinsert rule.
Expected behavior
remesh_surface(noinsert = False) should result in the MMGS -noinsert flag being off.
Additional context
No response
Code of Conduct
Description
Type error in boolean meshing arguments passed from
remesh_surface()into MMGS, (-noinsert, etc.). If these arguments are False, they should not be provided to MMGS, but currently any argument given except None turns on the MMGS-noinsertflag.Reproduction
Run
remesh_surface(noinsert = False), for example ingenerate_tube(), and observe that MMGS is following the-noinsertrule.Expected behavior
remesh_surface(noinsert = False)should result in the MMGS-noinsertflag being off.Additional context
No response
Code of Conduct