.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
cspell.json
justfile
pyproject.toml
.github/FUNDING.yml
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
assets/render_hero.py
assets/render_readme.py
doc/Makefile
doc/conf.py
doc/index.md
doc/make.bat
doc/_static/hero.png
doc/_static/pyvista_logo.svg
doc/_static/readme_cad_plotting.png
doc/_static/readme_quickstart.png
doc/_static/readme_workflow.png
doc/_static/theme_overrides.css
doc/api/index.rst
doc/user_guide/cad_visualization.md
doc/user_guide/interop_with_build123d.md
examples/README.rst
examples/01_readers/README.rst
examples/01_readers/read_3mf.py
examples/01_readers/read_brep.py
examples/01_readers/read_dxf.py
examples/01_readers/read_fcstd.py
examples/01_readers/read_ifc.py
examples/01_readers/read_iges.py
examples/01_readers/read_scad.py
examples/01_readers/read_step.py
examples/02_writers/README.rst
examples/02_writers/write_3mf.py
examples/02_writers/write_brep.py
examples/02_writers/write_dxf.py
examples/02_writers/write_step_faceted.py
examples/03_bridges/README.rst
examples/03_bridges/from_build123d_box.py
examples/03_bridges/from_build123d_compound.py
examples/03_bridges/from_cadquery_workplane.py
examples/03_bridges/to_build123d.py
examples/03_bridges/to_topods.py
examples/03_bridges/via_gmsh.py
examples/04_metadata/README.rst
examples/04_metadata/assembly_tree_walk.py
examples/04_metadata/color_aware_3mf.py
examples/04_metadata/inspect_step_assembly.py
examples/04_metadata/split_by_layer_dxf.py
examples/04_metadata/units_and_conversion.py
examples/05_workflows/README.rst
examples/05_workflows/as_designed_vs_scan.py
examples/05_workflows/cad_to_fea_tet_mesh.py
examples/05_workflows/cad_to_signed_distance.py
examples/05_workflows/parametric_to_3d_print.py
examples/06_advanced/README.rst
examples/06_advanced/cad_friendly_plot.py
examples/06_advanced/custom_tessellation.py
examples/06_advanced/ifc_to_unstructured_grid.py
examples/06_advanced/multiblock_walk.py
src/pyvista_cad/__init__.py
src/pyvista_cad/__init__.pyi
src/pyvista_cad/_accessor.py
src/pyvista_cad/_cad_view.py
src/pyvista_cad/_conversion.py
src/pyvista_cad/_errors.py
src/pyvista_cad/_metadata.py
src/pyvista_cad/_uri.py
src/pyvista_cad/_version.py
src/pyvista_cad/py.typed
src/pyvista_cad.egg-info/PKG-INFO
src/pyvista_cad.egg-info/SOURCES.txt
src/pyvista_cad.egg-info/dependency_links.txt
src/pyvista_cad.egg-info/entry_points.txt
src/pyvista_cad.egg-info/requires.txt
src/pyvista_cad.egg-info/top_level.txt
src/pyvista_cad/_backends/__init__.py
src/pyvista_cad/_backends/_build123d.py
src/pyvista_cad/_backends/_cascadio.py
src/pyvista_cad/_backends/_ezdxf.py
src/pyvista_cad/_backends/_freecad.py
src/pyvista_cad/_backends/_gltf.py
src/pyvista_cad/_backends/_ifcopenshell.py
src/pyvista_cad/_backends/_lib3mf.py
src/pyvista_cad/_backends/_openscad.py
src/pyvista_cad/_backends/_pyiges.py
src/pyvista_cad/_bridges/__init__.py
src/pyvista_cad/_bridges/build123d.py
src/pyvista_cad/_bridges/cadquery.py
src/pyvista_cad/_bridges/gmsh.py
src/pyvista_cad/_bridges/topods.py
src/pyvista_cad/_readers/__init__.py
src/pyvista_cad/_readers/brep.py
src/pyvista_cad/_readers/dxf.py
src/pyvista_cad/_readers/fcstd.py
src/pyvista_cad/_readers/gltf.py
src/pyvista_cad/_readers/ifc.py
src/pyvista_cad/_readers/iges.py
src/pyvista_cad/_readers/scad.py
src/pyvista_cad/_readers/step.py
src/pyvista_cad/_readers/three_mf.py
src/pyvista_cad/examples/__init__.py
src/pyvista_cad/examples/_generate.py
src/pyvista_cad/examples/downloads.py
src/pyvista_cad/examples/data/SOURCES.md
src/pyvista_cad/examples/data/assembly.3mf
src/pyvista_cad/examples/data/bracket.step
src/pyvista_cad/examples/data/cube.step
src/pyvista_cad/examples/data/drawing.dxf
src/pyvista_cad/examples/data/plate.dxf
src/pyvista_cad/examples/data/small_building.ifc
tests/__init__.py
tests/conftest.py
tests/test_accessor.py
tests/test_accessor_coverage.py
tests/test_cad_view.py
tests/test_cad_view_branches.py
tests/test_conversion.py
tests/test_coverage_contract.py
tests/test_errors.py
tests/test_examples.py
tests/test_image_regression.py
tests/test_lazy_imports.py
tests/test_metadata.py
tests/test_multiblock_methods.py
tests/test_packaging_contract.py
tests/test_plugin_registration.py
tests/test_properties.py
tests/test_uri_gate.py
tests/data/README.md
tests/data/_generate_fixtures.py
tests/data/assembly_two_parts.step
tests/data/building.ifc
tests/data/dxf_r12.dxf
tests/data/dxf_r2018.dxf
tests/data/external.brep
tests/data/impeller.iges
tests/data/multimaterial.3mf
tests/image_cache/asymmetric_part_image.png
tests/image_cache/cad_view_faces_and_topological_edges.png
tests/image_cache/cad_view_image_regression.png
tests/image_cache/filleted_box_image_regression.png
tests/image_cache/read_dxf_image.png
tests/image_cache/read_step_image.png
tests/perf/__init__.py
tests/perf/conftest.py
tests/perf/test_3mf_read.py
tests/perf/test_dxf_read.py
tests/perf/test_import_cold.py
tests/perf/test_multiblock_walk.py
tests/perf/test_split_by_layer.py
tests/perf/test_step_read.py
tests/test_bridges/__init__.py
tests/test_bridges/test_bridge_paths.py
tests/test_bridges/test_build123d.py
tests/test_bridges/test_cadquery.py
tests/test_bridges/test_gmsh.py
tests/test_bridges/test_import_errors.py
tests/test_bridges/test_topods.py
tests/test_readers/__init__.py
tests/test_readers/test_brep.py
tests/test_readers/test_cascadio.py
tests/test_readers/test_dxf.py
tests/test_readers/test_fcstd.py
tests/test_readers/test_gltf.py
tests/test_readers/test_ifc.py
tests/test_readers/test_iges.py
tests/test_readers/test_scad.py
tests/test_readers/test_step.py
tests/test_readers/test_three_mf.py
tests/test_roundtrip/__init__.py
tests/test_roundtrip/test_brep_roundtrip.py
tests/test_roundtrip/test_dxf_roundtrip.py
tests/test_roundtrip/test_gltf_roundtrip.py
tests/test_roundtrip/test_ifc_roundtrip.py
tests/test_roundtrip/test_iges_roundtrip.py
tests/test_roundtrip/test_step_roundtrip.py
tests/test_roundtrip/test_three_mf_roundtrip.py
tests/test_writers/__init__.py
tests/test_writers/test_brep.py
tests/test_writers/test_dxf.py
tests/test_writers/test_step.py
tests/test_writers/test_three_mf.py