ImageData.actual_memory_size#
- property ImageData.actual_memory_size: int[source]#
Return the actual size of the dataset object.
- Returns:
intThe actual size of the dataset object in kibibytes (1024 bytes).
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> mesh = examples.load_airplane()
>>> mesh.actual_memory_size
93