| 293 | } |
| 294 | |
| 295 | void test() |
| 296 | { |
| 297 | geode::OpenGeodeModelLibrary::initialize(); |
| 298 | test_create_brep_from_bbox(); |
| 299 | test_create_brep_with_dangling_components(); |
| 300 | test_section(); |
| 301 | } |
| 302 | |
| 303 | OPENGEODE_TEST( "model-creator" ) |
no test coverage detected