平面に投影

平面に投影#

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

from __future__ import annotations

import pyvista as pv
from pyvista import examples

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

そのサーフェスをサーフェスの下の平面に投影します.

project plane

Tags: filter

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

Sphinx-Galleryによるギャラリー