Open REG1992 opened 1 year ago
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.
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_Rail2.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!