Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable print output for fill_small_boundaries #36

Open
dthillaithevan opened this issue Sep 29, 2021 · 1 comment
Open

Disable print output for fill_small_boundaries #36

dthillaithevan opened this issue Sep 29, 2021 · 1 comment

Comments

@dthillaithevan
Copy link

Hi,

I'm using meshfix to fill holes in my mesh - is there anyway to disable the output when running the fill_small_boundaries command? I am running it on very large meshes which results in a lot of unwanted output at the moment as it prints every time a hole is filled.

from pymeshfix._meshfix import PyTMesh

mfix = PyTMesh(False)
mfix.load_file(file_path)
fixed_mesh = mfix.fill_small_boundaries(nbe=0, refine=True)

Many thanks!

@bblinn2017
Copy link

It's line 603 of holeFilling.cpp that's causing your issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants