pyvista_js.examples.download_cad_model#
- pyvista_js.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.- 戻り値:
The CAD model mesh.
- 戻り値の型:
サンプル
>>> from pyvista_js import examples >>> mesh = examples.download_cad_model() >>> type(mesh).__name__ '_STLMesh'