Home | Trees | Indices | Help |
|
---|
|
ViewerFramework.VFCommand.Command --+ | mvCommand.MVCommand --+ | ComputeExtrudeTraceCommand
This command computes and Extrudes Trace with default arguements Package : Pmv Module : traceCommands Class : ComputeExtrudeTraceCommand Command : computeExtrudeTrace keywords: computeExtrude trace Synopsis: None<---computeExtrudeTrace(nodes, only=False, negate=False, **kw) 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
|
|||
| __init__(self) | ||
|
onAddCmdToViewer(self) method called when an instance of this command is added to the viewer. |
||
|
__call__(self,
nodes,
only=False,
negate=False,
**kw) None <- computeExtrudeTrace(nodes, only=False, negate=False, **kw)... |
||
|
doit(self,
nodes,
**kw) virtual method. |
||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|
|
None <- computeExtrudeTrace(nodes, only=False, negate=False, **kw) 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
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Nov 2 14:14:36 2007 | http://epydoc.sourceforge.net |