Skip to content

Type error in applying MMGS options #35

@natalia-rubio

Description

@natalia-rubio

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

  • I agree to follow this project's Code of Conduct and Contributing Guidelines

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions