pyvista.PlanesAssembly.planes#
- property PlanesAssembly.planes[source]#
Get the orthogonal plane datasets of the assembly.
The planes are
pyvista.PolyData
meshes stored as apyvista.MultiBlock
. The names of the blocks match the names of the assembly’slabels
.The planes are initially generated with
pyvista.OrthogonalPlanesSource
.- Returns:
pyvista.MultiBlock
Composite mesh with three planes.