Dear Gmsh User,

I want to know how to use the commad readOCCIGES and readOCCSTEP.

In the Gmsh Aplication demo program,

there is Mainsimple.cpp.

It is OK to compile and run.

This program is reading "t5.geo" file
by GMODEL *m m->readGEO(("t5.GEO");
and meshing by mesh(3).

I replaced GMODEL *m m->readGEO(("t5.GEO");
by m->readOCCIGES(hammer.iges) or m->readOCCSTEP(hammer.step);

and meshing by mesh(3).

It is no error to compile and  run but there is nothing meshing file after
the excution.
please let me know the solution on this trouble.


regards,
_______________________________________________
gmsh mailing list
[email protected]
http://www.geuz.org/mailman/listinfo/gmsh

Reply via email to