[Gmsh] About read *.step file function?

wing yongjin.liu at gmail.com
Sat Dec 27 14:57:08 CET 2008


liang dong wrote:
> hi:
> I have problem about *.step file .I want to konw how to read *.step
> file in gmsh? Is "loadstep()" function? Can you tell me where the
> function read the *step ?I cannot find it.
> Thank you very much!!
> dongliang
>
>
> ------------------------------------------------------------------------
> 好玩贺卡等你发,邮箱贺卡全新上线!
> <http://cn.rd.yahoo.com/mail_cn/tagline/card/*http://card.mail.cn.yahoo.com/>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> gmsh mailing list
> gmsh at geuz.org
> http://www.geuz.org/mailman/listinfo/gmsh
>   
Hi dongliang,
I'm not sure if there exists a loadstep() function, but when it comes to
how to read *.step file in gmsh, you can try this:
gmsh your_file_name.step

hope this helps.

wing