Load IGES in GLScene object

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
Tiago.Rodrigues
Posts: 8
Joined: 26 Aug 2015, 11:12

Load IGES in GLScene object

Post by Tiago.Rodrigues » 26 Aug 2015, 14:16

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?

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Load IGES in GLScene object

Post by support » 31 Aug 2015, 12:49

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
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply