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

TetWild on Windows - just not working #94

Open
REG1992 opened this issue Oct 25, 2023 · 1 comment
Open

TetWild on Windows - just not working #94

REG1992 opened this issue Oct 25, 2023 · 1 comment

Comments

@REG1992
Copy link

REG1992 commented Oct 25, 2023

Hi,

I tried now for a very long time, but I just cannot figure it out how a .msh file can be created.
I use Windows and try to use TetWild via command shell.

Following line is used:
docker run --rm -v "C:\Users\egel\Desktop\TetWild\" yixinhu/tetwild --input Roof_Rail_2.stl --output test.msh

Output:
`"docker run" requires at least 1 argument.
See 'docker run --help'.

Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...]

Create and run a new container from an image`

Input file Roof_Rail_2.stl is included in the TetWild folder.

I also tried various possibilities of this line, but then I always get a signal 11 failure. E.g.:
docker run --rm -v "C:\Users\egel\Desktop\TetWild" yixinhu/tetwild --input /Roof_Rail_2.stl --output test.msh
Output: Abnormal program termination: received signal 11 (Segmentation fault)

I'm really don't know what to do anymore. Does somebody has the same problem?

Greetings!

@foreachthing
Copy link

I don't use docker, but it looks like you're never calling an .exe file....?!

Here's my line
FloatTetwild_bin.exe -i FILENAME --level 3 -l [idealedgelength] -e [epsilon] --stop-energy 7 --no-color --smooth-open-boundary --manifold-surface

idealedgelength = [value] - Ideal Edge Length = diag_of_bbox * L (double)
epsilon = [value] - diag_of_bbox * EPS (double). Simplify geometry. Remove everything below this value.

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