pyvista.OrthogonalPlanesSource.output#
- property OrthogonalPlanesSource.output: MultiBlock[source]#
Get the output of the source.
The output is a
pyvista.MultiBlock
with three blocks: one for each plane. The blocks are named'yz'
,'zx'
,'xy'
, and are ordered such that the first, second, and third plane is perpendicular to the x, y, and z-axis, respectively.The source is automatically updated by
update()
prior to returning the output.- Returns:
pyvista.MultiBlock
Composite mesh with three planes.