Open3D
Open3D copied to clipboard
How to get a list of all the geometries added to Open3DScene in python?
Checklist
- [x] I have searched for similar issues.
- [x] For Python issues, I have tested with the latest development wheel.
- [x] I have checked the release documentation and the latest documentation (for
mainbranch).
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?
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.