Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

How to get a list of all the geometries added to Open3DScene in python?

Open mbenmahdjoub opened this issue 6 months ago • 1 comments

Checklist

My Question

I would like to get a list of all geometries added to Open3DScene in order to make my own custom gui. I was trying to do it in python, but I could not find the equivalent of std::vector<std::string> GetGeometries(). Anyone has a workaround?

mbenmahdjoub avatar Aug 07 '25 13:08 mbenmahdjoub

You are right, there doesnt seem to be a python binding for GetGeometries. I usually maintain a list of the names of all the geometries added to the Open3DScene myself.

ShreyanshDarshan avatar Aug 07 '25 13:08 ShreyanshDarshan