pyvista.ExodusIIBlockSet#
- class ExodusIIBlockSet(*args, **kwargs)[ソース]#
Exodus II ファイルのブロック、セット、ブロック/セット配列を有効/無効にするクラス。
メソッド
名前付きブロック/セット配列の状態を返します.
ExodusIIBlockSet.disable(name)Disable the block/set with name.
Disable all names in block/set.
Disable all arrays in block/set.
Disable the block/set array with name.
ExodusIIBlockSet.enable(name)Enable the block/set with name.
Enable all names in block/set.
Enable all arrays in block/set.
Enable the block/set array with name.
ExodusIIBlockSet.status(name)Get the status of the block/set with name.
アトリビュート
Returns the list of the names of the block/set arrays in object.
Returns the list of the names of the sets or blocks in object.
Return the number of blocks or sets in object.
Return the number of block/set arrays in object.