[cgma-dev] CGM Instance

David Thompson david.thompson at kitware.com
Wed Jan 15 15:33:04 CST 2014


> I'm currently writing tests for MOAB's Read_CGM. In this process I'm loading an ACIS file multiple times in different MOAB instances. This causes the file loads to 'stack' upon one another when I do this however. Any recommendations on how to clear the CGM data if I want to load a file more than once?

Have you tried

	GeometryQueryTool::instance()->delete_geometry();

or does that not do what you want?

	David


More information about the cgma-dev mailing list