@Jack_Perry wrote:
Hello,
I am using Rhino 6 WIP
I have a few
"rs.EnableRedraw = False"
scattered throughout my program, and none of:
"rs.EnableRedraw = True"
However, Geometry is still being drawn to the screen. I was wondering if maybe I have an error in the way I'm writing this? I've seen a few different documentations for this including: rs.EnableRedraw(False), rs.EnableRedraw = "False". I've tried a few of them but with no luck. I'm using Python.
I'm looking at this page for the documentation: http://developer.rhino3d.com/api/RhinoScriptSyntax/win/#document-EnableRedraw
If I try rs.EnableRedraw(False) i get an error: "bool is not callable"
Thanks.
Posts: 3
Participants: 2