AxesGeometrySource.output#
- property AxesGeometrySource.output: MultiBlock[source]#
Get the output of the source.
The output is a
pyvista.MultiBlockwith 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.MultiBlockComposite mesh with separate shaft and tip datasets.
Used In#
Docstring Examples
AxesGeometrySource.symmetric_bounds(2 uses)AxesAssembly.tip_type(1 use)AxesGeometrySource.symmetric(1 use)AxesGeometrySource.tip_type(1 use)