Project to a Plane

Project to a Plane#

pyvista.PolyData surfaces and pointsets can easily be projected to a plane defined by a normal and origin

from __future__ import annotations

import pyvista as pv
from pyvista import examples

poly = examples.load_random_hills()
poly.plot()
project plane

Project that surface to a plane underneath the surface

project plane

Tags: filter

Total running time of the script: (0 minutes 1.049 seconds)

Gallery generated by Sphinx-Gallery