Hi everyone,
I am new to Python scripting in Rhino 7.
My first few lines already causes error, but these lines of codes can’t be simpler as below
import System
import Rhino
import rhinoscriptsyntax as rs
points = rs.AllObjects()
The error shows:
Runtime error (MissingMemberException): 'CustomTable' object has no attribute 'GetObjectList'
Traceback:
line 57, in AllObjects, "C:\Users\nguye\AppData\Roaming\McNeel\Rhinoceros\7.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib\rhinoscript\selection.py"
line 5, in script
Your script completes here with no errors. If you are not running the latest service release of Rhino 7, which is 7.30 (2023-6-12), you might want to update.