pyvista.OrthogonalPlanesSource.output

pyvista.OrthogonalPlanesSource.output#

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

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

The output is a pyvista.MultiBlock with three blocks: one for each plane. The blocks are named 'yz', 'zx', 'xy', and are ordered such that the first, second, and third plane is perpendicular to the x, y, and z-axis, respectively.

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

戻り値:
pyvista.MultiBlock

Composite mesh with three planes.