| 34 | namespace |
| 35 | { |
| 36 | void register_brep_input() |
| 37 | { |
| 38 | geode::BRepInputFactory::register_creator< geode::OpenGeodeBRepInput >( |
| 39 | geode::OpenGeodeBRepOutput::extension().data() ); |
| 40 | } |
| 41 | |
| 42 | void register_section_input() |
| 43 | { |
no test coverage detected