pyvista.CubeFacesSource.output#
- property CubeFacesSource.output: MultiBlock[source]#
Get the output of the source.
The output is a
pyvista.MultiBlockwith six blocks: one for each face. The blocks are named and ordered as('+X','-X','+Y','-Y','+Z','-Z').The source is automatically updated by
update()prior to returning the output.- Returns:
pyvista.MultiBlockComposite mesh with six cube faces.