simple.version Module¶
- paraview.simple.version.GetOpenGLInformation(location=16)[source]¶
Recover OpenGL information on either the client or server.
- Parameters:
location (vtkPVServer.ServerFlags enum value) – Where the OpenGL information should be retrieved, e.g., pass vtkPVSession.CLIENT if you want OpenGL info from the client system (default value), pass in vtkPVSession.SERVERS if you want the server.