Opening UG(unigraphics file ) in Opengl

I have a .prt file (UG file) that i want to open in openGL
I was able to open .dxf file in this.
has anybody tried to open these files.
can i get the library files to open .prt or UG files in Opengl
help

Hi Hiten,

OpenGL cannot, by itself, open a .prt file.

What you need to do is use some external library to read the file. And then apply the gl transformations in your openGL context.

I’m not sure what library or dll you can use for that. I did a google search but didn’t find much.