pyvista.OrthogonalPlanesSource.output#
- property OrthogonalPlanesSource.output: MultiBlock[source]#
Get the output of the source.
The output is a
pyvista.MultiBlockwith 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.MultiBlockComposite mesh with three planes.