pip install pyvista import pyvista as pv # Load a 3D file (e.g., .stl) mesh = pv.read('file.obj') # Plot the 3D mesh mesh.plot()