[Gmsh] handling stp file (example attached)

Sangpil Yoon kidariyoon at gmail.com
Tue Feb 21 17:12:43 CET 2012


Thanks for your help. It worked smoothly as I wanted.
One last thing to confirm.

Those two methods are not in command line format.
i have to save it in a script (.geo)  and run it with gmsh command.

can i do it directly on command line?  Or even in GUI form?

Thank YOU very much, Professor Christophe




You can either do:
>
> Merge "file.msh";
> Coherence Mesh;
>
> or force meshing within the script:
>
> // geo definition
> Mesh 2;
> Coherence Mesh;
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20120221/4c98c1b8/attachment.html>