Re: [Gmsh] stl with double precision

2018-02-13 Thread Savio Poovathingal
Prof. Geuzaine, Thanks a lot for guiding me to the correct file in the source code. I hacked it and it works. Thanks and Regards, Savio On Mon, Feb 12, 2018 at 12:24 AM, Christophe Geuzaine wrote: > > > On 9 Feb 2018, at 03:40, Savio Poovathingal wrote:

Re: [Gmsh] stl with double precision

2018-02-11 Thread Christophe Geuzaine
> On 9 Feb 2018, at 03:40, Savio Poovathingal wrote: > > Hello, > > I am using gmsh to generate a 2d grid on a surface and output in stl format > with double precision. You’ll need to hack the code (GmshIO_STL.cpp), as the STL spec specifies single precision. See e.g.