pyvista.AxesGeometrySource.output#
- property AxesGeometrySource.output: MultiBlock[source]#
Get the output of the source.
The output is a
pyvista.MultiBlock
with six blocks: one for each part of the axes. The blocks are ordered by shafts first then tips, and in x-y-z order. Specifically, they are named as follows:(
'x_shaft'
,'y_shaft'
,'z_shaft'
,'x_tip'
,'y_tip'
,'z_tip'
)The source is automatically updated by
update()
prior to returning the output.- Returns:
pyvista.MultiBlock
Composite mesh with separate shaft and tip datasets.