Hello,
I would like to know how I could add an inspector in DEM-Engine that would return the ID of the clump instead of the value itself. For instance, while CreateInspector("clump_max_z") would return the maximum z value for all clumps, I would like to get the ID of the clump which has the maximum z, or even the object itself, for further manipulation.
I am open to other ideas which would not require to extract each position in Python separately, which seems inefficient.
Thank you!