This page was generated from
docs/source/examples/import_file.ipynb.
Import from file#
[2]:
from polymesh import PolyData
from polymesh.examples import download_stand
file_path = download_stand(read=False)
polydata = PolyData.read(file_path)
polydata.plot(notebook=True, jupyter_backend="static", theme="document")