Re: [osg-users] create Geometry

2010-11-22 Thread Alexander Moeller
That was exactly what i was looking for. My goal is to read CATIA-files and display them with OSG. Up to now i could use a library to read these files. I got a pointer to the root of this file back, but this pointer was not compatible to OSG. So i walked the hole tree down to the points and

Re: [osg-users] create Geometry

2010-11-22 Thread Vincent Bourdier
Hi Alexander, How do you get CATIA geometries ? do you use an external library ? Thanks Regards, Vincent Le 22/11/2010 13:52, Alexander Moeller a écrit : That was exactly what i was looking for. My goal is to read CATIA-files and display them with OSG. Up to now i could use a library to

Re: [osg-users] create Geometry

2010-11-22 Thread Alexander Moeller
Yes, I do. But my company didn't want to use it any longer. So i'm looking for alternatives. Gruß Alexander -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=33920#33920 ___ osg-users mailing list

Re: [osg-users] create Geometry

2010-11-22 Thread Vincent Bourdier
Same thing here, the external libraries are not free and sometimes contains bugs/crash... If you would share any progress on how is it possible to manage CATIA file with only free libraries, I would be very grateful and interested in helping you. Regards, Vincent. Le 22/11/2010 14:07,

Re: [osg-users] create Geometry

2010-11-19 Thread Robert Osfield
Hi Alexander, On Fri, Nov 19, 2010 at 8:26 AM, Alexander Moeller alexander.moel...@tu-clausthal.de wrote: Is there a possibility to create a geometrical object bei subtracting an object(or drawable or...) from another? There is no constructional geometry code like you are asking for in the

Re: [osg-users] create Geometry

2010-11-19 Thread Jean-Sébastien Guay
Hello Alexander, Is there a possibility to create a geometrical object bei subtracting an object(or drawable or...) from another? And how can i create a polygon with a curved surface. For example a cylindrical surface. In addition to Robert's explanations I will add that you could have a