开发者

how to write iges file?

开发者 https://www.devze.com 2023-01-04 22:37 出处:网络
I would 开发者_如何转开发like to be able to write the .iges file format using c#. Can anyone help me with this?Wikipedia has some good information on the IGES file format which might be of use.

I would 开发者_如何转开发like to be able to write the .iges file format using c#. Can anyone help me with this?


Wikipedia has some good information on the IGES file format which might be of use.

[Edit] There is a commercially library available which seems to be able to read and write IGES files.


You'll probably need to buy the specification (see this). Once you have the specs, you'll create one or more data structures that represents the contents of your file (always according to the specs). Then, it's just about filling the structure and writing to the file.


Its going to be very complex to try and write IGES. I'm not sure what your input is, but investigate using a 3d format converter such as Okino NuGraf to convert that input, whatever it is, to IGES. There are lots and lots of pitfalls trying to write out those 3d formats...

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号