ToolGenMesh()
Generates mesh.
Usage
ToolGenMesh( win, dialog, tail, args, sendState )
Parameters
- win (MainWindowObject)
- Parent main window.
- dialog (boolean)
- A flag defining if the Process dialog should be shown or not.
- tail (boolean)
- A flag defining if AcuTail should be started or not.
- args (dictionary)
- The arguments of this process.
- sendState (lambda function)
- A lambda function which sends (reports) the state of the process to the process automation when required.
Return Value
None
Errors
- The parent main window object specified by win must already exist.
- The sendState lamdba function must be already defined.
Description
sendState = lambda state : postEvent( procId, state )
ToolGenMesh( Win, False, False, None, sendState )