.gitignore
LICENSE
README.md
environment.yml
pyproject.toml
.github/workflows/anaconda-publish.yml
.github/workflows/black.yml
.github/workflows/ci_with_install.yml
.github/workflows/python-publish.yml
examples/cadquery_assembly.py
examples/cadquery_compound.py
examples/cadquery_object_and_stp_file.py
examples/cadquery_text.py
examples/create_stp_files_for_examples.py
examples/curved_cadquery_object.py
examples/multiple_cadquery_objects.py
examples/multiple_stp_files.py
examples/single_cadquery_object.py
examples/single_stp_file.py
examples/single_stp_file_multiple_volumes.py
src/_version.py
src/cad_to_dagmc/__init__.py
src/cad_to_dagmc/brep_part_finder.py
src/cad_to_dagmc/brep_to_h5m.py
src/cad_to_dagmc/core.py
src/cad_to_dagmc/vertices_to_h5m.py
src/cad_to_dagmc.egg-info/PKG-INFO
src/cad_to_dagmc.egg-info/SOURCES.txt
src/cad_to_dagmc.egg-info/dependency_links.txt
src/cad_to_dagmc.egg-info/requires.txt
src/cad_to_dagmc.egg-info/top_level.txt
tests/extrude_rectangle.stp
tests/multi_volume_cylinders.stp
tests/single_cube.stp
tests/single_volume_thin.stp
tests/single_volume_thin.vtk
tests/two_connected_cubes.stp
tests/two_disconnected_cubes.stp
tests/test_brep_part_finder/ball_reactor.brep
tests/test_brep_part_finder/test_get_brep_part_properties.py
tests/test_brep_part_finder/test_get_matching_part_id.py
tests/test_brep_part_finder/test_get_matching_part_id_with_file.py
tests/test_brep_part_finder/test_get_matching_part_ids.py
tests/test_brep_part_finder/test_loading_from_file_vs_shape_object.py
tests/test_brep_to_h5m/create_brep_file_for_testing.py
tests/test_brep_to_h5m/one_cube.brep
tests/test_brep_to_h5m/test_brep_file.brep
tests/test_brep_to_h5m/test_h5m_in_transport.py
tests/test_brep_to_h5m/test_python_api.py
tests/test_brep_to_h5m/test_two_joined_cubes.brep
tests/test_brep_to_h5m/test_two_sep_cubes.brep
tests/test_cad_to_dagmc/extrude_rectangle.stp
tests/test_cad_to_dagmc/multi_volume_cylinders.stp
tests/test_cad_to_dagmc/single_cube.stp
tests/test_cad_to_dagmc/single_volume_thin.stp
tests/test_cad_to_dagmc/test_h5m_creation.py
tests/test_cad_to_dagmc/test_h5m_in_simulation.py
tests/test_cad_to_dagmc/test_version.py
tests/test_cad_to_dagmc/two_connected_cubes.stp
tests/test_cad_to_dagmc/two_disconnected_cubes.stp
tests/test_vertices_to_h5m/test_package.py