pyvista.ExodusIIBlockSet#
- class ExodusIIBlockSet(
- exodus_reader: ExodusIIReader,
- object_type,
Class for enabling and disabling the blocks, sets, block arrays and set arrays in Exodus II files.
Methods
Get the status of the block/set array with name.
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.
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.