Hi zhen!

Regarding your question about how to run gmsh on the command line:
You probably need to add the path to gmsh installation folder for it to
work. Try something like this:

/Applications/Gmsh.app/Contents/MacOS/Gmsh file.geo -2

Note that for this to work, file.geo needs to be on the same folder.

An easier to do that if you are going to use it repeatedly is to add the
gmsh to PATH, and call it using only "gmsh".

I hope it helps.

André Bianchessi
Mechatronics engineering student at the Polytechnic Schoolhool of the
University of São Paulo
+55 11 9 9766 7070

On Thu, Mar 21, 2019, 6:09 PM [email protected] <[email protected]>
wrote:

> Dear all,
>
> I am trying to remesh a STL file with Gmsh 4.2.1. I follow the instruction
> from these two web page:
> http://onelab.info/pipermail/gmsh/2015/009896.html
> http://geuz.org/pipermail/gmsh/2011/006901.html
> But Gmsh told me that ' Compounds entities are deprecated: use Compound
> meshing constraints instead'. I am new to Gmsh and I don't know how to deal
> with it.
>
> By the way, I am using OS X(Mac) and I don't know how to run the command
> 'gmsh -2 remesh.geo' as those two web pages said, I just create a new file
> and edit script and reload it. I tried to use command line to run the
> command 'gmsh -2 remiss.geo' but the terminal tells me that no command is
> called 'gmsh'.
>
> I attached the stl file I want to remesh.
>
> Could you tell me the whole procedure to remesh it? Many thanks!
>
> Best,
>
> Zhen
> _______________________________________________
> gmsh mailing list
> [email protected]
> http://onelab.info/mailman/listinfo/gmsh
>
_______________________________________________
gmsh mailing list
[email protected]
http://onelab.info/mailman/listinfo/gmsh

Reply via email to