DataObject.memory_address#
- property DataObject.memory_address: str[source]#
Get address of the underlying VTK C++ object.
- Returns:
strMemory address formatted as
'Addr=%p'.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> mesh = pv.Sphere()
>>> mesh.memory_address
'Addr=...'