Is there a method for making a vtkRenderWindow invisible? Something like: renWin->SetVisibility(false); // or true I can get the appropriate HWND and make a system call, but am wondering if there's a pre-existing easier way. Thanks Phil.