Runtime error (ValueErrorException): 53df4770-9c8d-4608-bb7d-a28c5c5b1c22 does not exist in ObjectTable
Traceback:
line 1065, in coercerhinoobject, “C:\Users\CWAI.RAMBOLL\AppData\Roaming\McNeel\Rhinoceros\7.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib\rhinoscript\utility.py”
line 910, in ObjectLayer, “C:\Users\CWAI.RAMBOLL\AppData\Roaming\McNeel\Rhinoceros\7.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib\rhinoscript\object.py”
line 7, in script
My knowledge on this is a little limited, so hopefully someone can correct me if I am wrong.
I believe the ObjectTable would be a reference to all objects available in Rhino. When working with the default Python setup, with the type set to ghdoc Object (for use with rhinoscriptsyntax), I believe it creates its own ID which then wouldnt exist in Rhinos ObjectTable.