pyvista.ExodusIIBlockSet

pyvista.ExodusIIBlockSet#

class ExodusIIBlockSet(*args, **kwargs)[ソース]#

Exodus II ファイルのブロック、セット、ブロック/セット配列を有効/無効にするクラス。

メソッド

ExodusIIBlockSet.array_status(name)

名前付きブロック/セット配列の状態を返します.

ExodusIIBlockSet.disable(name)

Disable the block/set with name.

ExodusIIBlockSet.disable_all()

Disable all names in block/set.

ExodusIIBlockSet.disable_all_arrays()

Disable all arrays in block/set.

ExodusIIBlockSet.disable_array(name)

Disable the block/set array with name.

ExodusIIBlockSet.enable(name)

Enable the block/set with name.

ExodusIIBlockSet.enable_all()

Enable all names in block/set.

ExodusIIBlockSet.enable_all_arrays()

Enable all arrays in block/set.

ExodusIIBlockSet.enable_array(name)

Enable the block/set array with name.

ExodusIIBlockSet.status(name)

Get the status of the block/set with name.

アトリビュート

ExodusIIBlockSet.array_names

Returns the list of the names of the block/set arrays in object.

ExodusIIBlockSet.names

Returns the list of the names of the sets or blocks in object.

ExodusIIBlockSet.number

Return the number of blocks or sets in object.

ExodusIIBlockSet.number_arrays

Return the number of block/set arrays in object.