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?