This page was generated from docs\source\examples/import_file.ipynb.

Import from file#

[1]:
from sigmaepsilon.mesh import PolyData
from sigmaepsilon.mesh.downloads import download_stand

file_path = download_stand(read=False)

polydata = PolyData.read(file_path)
polydata.plot(notebook=True, jupyter_backend="static", theme="document")
../_images/examples_import_file_1_0.png