|
GRASS Programmer's Manual
6.4.2(2012)
|
Public Member Functions | |
| def | __init__ |
| def | SetSurfaceDefaultProp |
| def | SetVolumeDefaultProp |
| def | SetVectorDefaultProp |
| def | SetVectorLinesDefaultProp |
| def | SetVectorPointsDefaultProp |
| def | GetDrawMode |
Definition at line 420 of file workspace.py.
| def gui_modules.workspace.Nviz.__init__ | ( | self | ) |
Default 3D settings
Definition at line 421 of file workspace.py.
| def gui_modules.workspace.Nviz.GetDrawMode | ( | self, | |
mode = None, |
|||
style = None, |
|||
shade = None, |
|||
string = False |
|||
| ) |
Get surface draw mode (value) from description/selection @param mode,style,shade modes @param string if True input parameters are strings otherwise selections
Definition at line 598 of file workspace.py.
Referenced by gui_modules.workspace.Nviz.SetVolumeDefaultProp().
| def gui_modules.workspace.Nviz.SetSurfaceDefaultProp | ( | self | ) |
Set default surface data properties
Definition at line 425 of file workspace.py.
| def gui_modules.workspace.Nviz.SetVectorDefaultProp | ( | self | ) |
Set default vector data properties
Definition at line 519 of file workspace.py.
References gui_modules.workspace.Nviz.SetVectorLinesDefaultProp(), and gui_modules.workspace.Nviz.SetVectorPointsDefaultProp().
| def gui_modules.workspace.Nviz.SetVectorLinesDefaultProp | ( | self, | |
| data | |||
| ) |
Set default vector properties -- lines
Definition at line 530 of file workspace.py.
Referenced by gui_modules.workspace.Nviz.SetVectorDefaultProp().
| def gui_modules.workspace.Nviz.SetVectorPointsDefaultProp | ( | self, | |
| data | |||
| ) |
Set default vector properties -- points
Definition at line 565 of file workspace.py.
Referenced by gui_modules.workspace.Nviz.SetVectorDefaultProp().
| def gui_modules.workspace.Nviz.SetVolumeDefaultProp | ( | self | ) |
Set default volume data properties
Definition at line 474 of file workspace.py.
References gui_modules.workspace.Nviz.GetDrawMode().