ImageData.actual_memory_size

ImageData.actual_memory_size#

property ImageData.actual_memory_size: int[source]#

Return the actual size of the dataset object.

Returns:
int

The 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