Home | Trees | Indices | Help |
|
---|
|
ViewerFramework.VFCommand.Command --+ | mvCommand.MVCommand --+ | ViewerFramework.VFCommand.ICOM --+ | | | mvCommand.MVICOM --+ | | | mvCommand.MVAtomICOM --+ | displayCommands.DisplayCommand --+ | DisplayExtrudedSplineCommand
The DisplayExtrudeSplineCommand implements a set of methods to display/undisplay part of the geometries created by the ExtrudeSplineCommand. This command is undoable. Package : Pmv Module : splineCommands Class : DisplaySplineCommand Command : displaySpline Synopsis: None<- displaySpline(nodes, negate=False, only=False, **kw) Required Arguments: nodes --- TreeNodeSet holding the current selection. Can also be a string representing 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
|
|||
|
setupUndoBefore(self,
nodes,
only=False,
negate=False) This method makes the command undoable |
||
| onAddCmdToViewer(self) | ||
|
__call__(self,
nodes,
only=False,
negate=False,
**kw) None<- displaySpline(nodes, negate=False, only=False, **kw) Required Arguments: nodes --- TreeNodeSet holding the current selection. |
||
|
doit(self,
nodes,
only=False,
negate=False) virtual method. |
||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|
|
None<- displaySpline(nodes, negate=False, only=False, **kw) Required Arguments: nodes --- TreeNodeSet holding the current selection. Can also be a string representing 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
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Nov 2 14:14:36 2007 | http://epydoc.sourceforge.net |