API Reference
Get address of the underlying VTK C++ object.
str
Memory address formatted as 'Addr=%p'.
'Addr=%p'
Examples
>>> import pyvista >>> mesh = pyvista.Sphere() >>> mesh.memory_address 'Addr=...'