You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: