IGES-Import with c#

Hello,

I want to import IGES-Data in an .NET-Enviroment. I only want to use c#, if possible.
Which libraries I have to use?

The sample-project which comes within the standard installation makes use of two c++ projects called occ and shell.

What is an easy way to make the iges-data only with c# usable?
It might be a dream if I could everything in just one class...

Remarks: I ONLY want to load IGES-Data and extract the geometry. Later I want to work with the shapes with use of other graphic libraries.

Any ideas?
Thank you!

Jonathan Hill's picture

Hi,

I have a set of C# wrapper class (but not using P/Invoke) which would allow to load in IGES file in .NET using VS 2005.

Jonathan

Lokesh's picture

hi,

Can you share with me the iges format importing, wrappers.

I am developing 3D appln in C# VS2008, using directx.

Thank you.

Brambilla Cristian's picture

Him
did you find a solution for your problem? I'm trying to do the same think in C#.

Thank's

Rafael Tejera's picture

Hi Jonathan..

I saw this forum and I do need to integrate iges file to my project in C#. I'm using wpf, but I guess I could use a Winform inside wpf.

Can you please share with me that wrapper or lead me to the right path.. I already have google it and search a lot.. I would really appreciate your help.

Rafael

Rafael Tejera's picture

Good morning Jonathan.. Can you point me in the right direcction.. I need to model and maybe edit Iges files in .net.

Can you help me or what I can do.

Rafael

Rafael Tejera's picture

Did you were able to get this done..

I have the same problem.

Rafael

Christopher Mumme's picture

Hey,

want to import IGES-Data into a .NET-Enviroment, too.
Has anyone found /or implemented a framework that can do this?

Best regards