pyvista.DataObject#
- class DataObject(*args, **kwargs)[source]#
Methods common to all wrapped data objects.
- Parameters:
- *args
Any extra args are passed as option to all wrapped data objects.
- **kwargs
Any extra keyword args are passed as option to all wrapped data objects.
Methods#
|
Add field data. |
Remove all field data. |
|
|
Return a copy of the object. |
|
Copy the data attributes of the input dataset object. |
|
Copy pyvista meta data onto this object from another object. |
|
Copy the structure (geometry and topology) of the input dataset object. |
|
Overwrite this data object with another data object as a deep copy. |
|
Get the non-NaN min and max of a named array. |
|
Return the header stats of this dataset. |
|
Save this vtk object to file. |
|
Shallow copy the given mesh to this mesh. |
Attributes#
Return the actual size of the dataset object. |
|
Return FieldData as DataSetAttributes. |
|
Return |
|
Get address of the underlying VTK C++ object. |
|
Set or return a user-specified data dictionary. |