<p><br>
On Apr 18, 2012 5:58 AM, "Ashish Garg" <<a href="mailto:ashish.garg.iisc@gmail.com">ashish.garg.iisc@gmail.com</a>> wrote:<br>
><br>
> Dear All,<br>
><br>
> It is a tedious job in writing all the point one by one in the gmsh file to mesh geometries. I hav a .dat file of a airfoil which I want to mesh. Is there any way to import all these coordinates into the gmsh or to write properly in geometry file for GMSH.</p>

<p>I don't think there's any file-reading facility in the .geo scripting language, so I do this kind of thing with an external script, having used AWK and Python for the purpose. I find this works quite well, as, especially with Python, I can really tailor the .geo code generation to my application.</p>

<p>There has been some mention on this list of the .geo scripting language's eventually being replaced with Python, but I'm not sure what stage that's at.<br></p>
<p>><br>
> thanks <br>
><br>
> Ashish Garg<br>
><br>
> _______________________________________________<br>
> gmsh mailing list<br>
> <a href="mailto:gmsh@geuz.org">gmsh@geuz.org</a><br>
> <a href="http://www.geuz.org/mailman/listinfo/gmsh">http://www.geuz.org/mailman/listinfo/gmsh</a><br>
><br>
</p>