Plot3DWidget: OpenGL scene widget¶
This module provides a Qt widget embedding an OpenGL scene.
Plot3DWidget¶
- 
class silx.gui.plot3d.Plot3DWidget.Plot3DWidget(parent=None, f=<PyQt4.QtCore.WindowFlags object>)[source]¶
- Bases: - silx.gui._glutils.OpenGLWidget.OpenGLWidget- OpenGL widget with a 3D viewport and an overview. - 
sigInteractiveModeChanged¶
- Signal emitted when the interactive mode has changed 
 - 
setInteractiveMode(mode)[source]¶
- Set the interactive mode. - Parameters: - mode (str) – The interactive mode: ‘rotate’, ‘pan’ or None 
 - 
setProjection(projection)[source]¶
- Change the projection in use. - Parameters: - projection (str) – In ‘perspective’, ‘orthographic’. 
 - 
getProjection()[source]¶
- Return the current camera projection mode as a str. - See - setProjection()
 - 
setBackgroundColor(color)[source]¶
- Set the background color of the OpenGL view. - Parameters: - color (QColor, str or array-like of 3 or 4 float in [0., 1.] or uint8) – RGB color of the isosurface: name, #RRGGBB or RGB values 
 - 
isOrientationIndicatorVisible()[source]¶
- Returns True if the orientation indicator is displayed. - Return type: - bool 
 - 
setOrientationIndicatorVisible(visible)[source]¶
- Set the orientation indicator visibility. - Parameters: - visible (bool) – True to show 
 
- 
