pyvista_wasm.examples.download_cad_model#
- pyvista_wasm.examples.download_cad_model() PolyData#
Download the CAD model dataset.
Downloads
42400-IDGH.stlfrom the PyVista vtk-data repository and returns it as aPolyDatamesh, mirroring thepyvista.examples.download_cad_modelAPI.- Returns:
The CAD model mesh.
- Return type:
Examples
>>> from pyvista_wasm import examples >>> mesh = examples.download_cad_model() >>> type(mesh).__name__ '_STLMesh'