pyvista.AxesGeometrySource.output

pyvista.AxesGeometrySource.output#

property AxesGeometrySource.output: MultiBlock[ソース]#

ソースの出力を取得します。

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')

ソースは出力を返す前に update() によって自動的に更新されます。

戻り値:
pyvista.MultiBlock

Composite mesh with separate shaft and tip datasets.