| Home | Trees | Indices | Help |
|
|---|
|
|
ViewerFramework.VFCommand.Command --+
|
mvCommand.MVCommand --+
|
ViewerFramework.VFCommand.ICOM --+ |
| |
mvCommand.MVICOM --+ |
| |
mvCommand.MVAtomICOM --+
|
displayCommands.DisplayCommand --+
|
DisplayMSMS
The displayMSMS command allows the user to display/undisplay or display only the given MSMS surface corresponding to the current selection.
Package : Pmv
Module : msmsCommands
Class : DisplayMSMS
Command name : displayMSMS
Required Arguments:
nodes --- TreeNodeSet holding the current selection
Optional Arguments:
only --- flag when set to 1 only the current selection will be
displayed
negate --- flag when set to 1 undisplay the current selection
surfName --- name of the selection, default = 'all'
nbVert --- Nb of vertices per triangle needed to select a triangle.
|
|||
| onAddCmdToViewer(self) | ||
| handleEditEvent(self, event) | ||
|
setupUndoBefore(self,
nodes,
surfName='all',
negate=False,
only=False,
nbVert=1) This method builds the self.undoCmds string. |
||
|
doit(self,
nodes,
surfName='all',
negate=False,
only=False,
nbVert=Pmv.numOfSelectedVerticesToSelectTriangle) virtual method. |
||
| buildFormDescr(self, formName='default') | ||
| getSurfNames(self) | ||
| guiCallback(self) | ||
|
__call__(self,
nodes,
only=False,
negate=False,
surfName='all',
nbVert=1,
**kw) None <--- displayMSMS(nodes, only=False, negate=False, name='all', **kw)... |
||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|
|
|
|
None <--- displayMSMS(nodes, only=False, negate=False, name='all', **kw)
Required Arguments:
nodes --- TreeNodeSet holding the current selection
Optional Arguments:
only --- Boolean flag when set to True only the current selection will be displayed (default=False)
negate --- Boolean flag when set to True undisplay the current selection (default=False)
surfName --- name of the selection, default = 'all'
nbVert --- Nb of vertices per triangle needed to select a triangle
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri Nov 2 14:14:34 2007 | http://epydoc.sourceforge.net |