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
Does anyone have any idea how to fix this?
Cheers
Tricky!
1 post - 1 participant