ExodusIIBlockSet#
- class ExodusIIBlockSet(*args, **kwargs)[source]#
Class for enabling and disabling blocks, sets, and block/set arrays in Exodus II files.
- Parameters:
- exodus_reader
ExodusIIReader Reader this block set belongs to.
- object_type
int Exodus object type constant from vtkExodusIIReader.
- exodus_reader
Attributes#
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. |
Methods#
Get the status of the block/set array with 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. |
|
|
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. |
|
|
Get the status of the block/set with name. |