Page 1 of 1

Load IGES in GLScene object

Posted: 26 Aug 2015, 14:16
by Tiago.Rodrigues
Hi!

I need to have a scenario with multiple GLScene objects mixed with some 3D files loaded with your library.

Let's say i have a GLScene with objects and i want to add a new TGLFreeForm Object loaded with an IGES file.
Or does the 3Dnavigator object have any prcedure to choose the baseobject in wich the 3D file is loaded?

Re: Load IGES in GLScene object

Posted: 31 Aug 2015, 12:49
by support
Hello Tiago,

It is possible to get a TGLFreeForm with the loaded 3D file using the Tsg3DDrawingNavigator.Navigator3D.GLFreeForm property, so you can add an IGES file to your GLScene as a new TGLFreeForm object.


Mikhail