pyvista.ImageGridSource#
- class ImageGridSource(*args, **kwargs)[ソース]#
Create an image of a grid.
Added in version 0.44.0.
- パラメータ:
例
Create an image of a grid.
>>> import pyvista as pv >>> source = pv.ImageGridSource( ... extent=(0, 20, 0, 20, 0, 0), ... spacing=(1, 1, 1), ... ) >>> source.output.plot(cpos='xy')
メソッド#
アトリビュート#
出力画像全体の範囲を返します. |
|
Get the origin of the data. |
|
出力画像をImageDataとして取得します。 |
|
Get the spacing of the grid. |