pyvista.CubeFacesSource.output

pyvista.CubeFacesSource.output#

property CubeFacesSource.output: MultiBlock[source]#

Get the output of the source.

The output is a pyvista.MultiBlock with 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.MultiBlock

Composite mesh with six cube faces.