How can we directly access all VoxelCell objects corresponding to a VoxelPrimitive object without using the pickVoxel function? The goal is to facilitate direct access for subsequent analysis without relying on mouse interaction.
Currently, the standard method to obtain VoxelCell objects associated with a VoxelPrimitive object involves using the pickVoxel function, which relies on mouse interaction. For comprehensive analysis, it’s essential to directly access all VoxelCell objects without the need for mouse operations.
Thanks for your assistance!