::hwat::utils::DeleteFESession
Clears the entire HyperMesh session of all data.
Syntax
::hwat::utils::DeleteFESession {str_namespaceList}
Arguments
- str_namespaceList
- If provided a list of Tcl namespaces, those will be cleared as well.
Returns
- Success
- 1
- Failure
- {}
Example
::hwat::utils::DeleteFESession;
::hwat::utils::DeleteFESession [list nvd hwt];
Comments
Be careful when sending a list of namespaces to delete. Some may not be easily reloaded.