You probably still want to implement osgDB::ReaderWriter. You can still use a standalone import/export program that loads the IFC file using osgDB::readNode() and saves to IVE using osgDB::writeNode(), such as osgconv or your own specialized import and visualization tool.
On 2/8/2011 8:17 AM, Peter Kilpatrick wrote: > Hello Sukender, > > It is a standalone program that reads an IFC file, displays the > spatial structure tree and creates an OSG scene graph which can be > output. > IFC files tend to be very large and take a long time to load so > standalone is better. The resulting .ive files are much smaller and > load much faster. > > Regards, > Peter -- Peter Amstutz Senior Software Engineer Technology Solutions Experts Natick, MA 02131 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

