When building geometries using the Cubit based workflow, it is possible for a user to never actually mesh the geometry with mesh surf all command or whatever they're using to build the surface mesh. However exporting to h5m produces an H5M file with all the topological & geometric relationships between the surfaces & volumes, i.e. complete MOAB meshsets with no contents. DAGMC is happy to load, building and OBB tree and at no point seems to produce an error or warning. We should probably have a check to ensure that we fail when we hit this condition.
When building geometries using the Cubit based workflow, it is possible for a user to never actually mesh the geometry with
mesh surf allcommand or whatever they're using to build the surface mesh. However exporting to h5m produces an H5M file with all the topological & geometric relationships between the surfaces & volumes, i.e. complete MOAB meshsets with no contents. DAGMC is happy to load, building and OBB tree and at no point seems to produce an error or warning. We should probably have a check to ensure that we fail when we hit this condition.