Skip to main content
This walkthrough runs every ntop.core operation in sequence against a single loaded body. See the API Reference for full parameter and return details on any call.

Bounding box

bounding_box is a live property: it queries the engine on every access rather than returning a cached snapshot. It’s also a convenient source of sizes to scale the rest of the walkthrough to this body’s extent.

Field and gradient

Mesh, voxelize, slice, rasterize

Transform and scale

Both return a new body; the original is untouched.

Closest point and interval

Save and reload

Context manager

Use with for deterministic handle release instead of waiting on the garbage collector:

Next steps

  • The API Reference documents every method’s parameters, return shapes, and exceptions in full, including concrete examples of each error.