Hi Steve,
the rs.RestoreNamedView() keeps throwing an error.
I tested the example in the helpfile.:
Python Code:
import rhinoscriptsyntax as rsviews = rs.NamedViews()if views: rs.RestoreNamedView(views[0])
Message: 'NamedViewTable' object has no attribute 'Find'
It's in line 445 of the view.py module
Thanks,
Grischa


Reply With Quote