::hwp::GetExplosion
Gets an explosion handle of an animation client.
Syntax
::hwp::GetExplosion
Application
HyperWorks Tcl Query
Description
This procedure implements minus options.
If no page ID is requested, then it operates on the current/active page.
If no window ID is given, then it returns a note handle of the active window.
If no model ID is given, then it returns the active model of the requested client.
Mandatory Arguments
None.
Optional Arguments
- -id "explosionID"
- The explosion ID of the requested explosion.
- -modelHandle "model handle"
- The model handle, where the explosion is requested.
- -page "pageID"
- The page ID of the requested page.
- -window "windowID"
- The window ID of the requested window.
Returns
Returns an explosion handle of an animation client (based on a model).
Example
set explosionHandle [::hwp::GetExplosion -id 2 -page 4 -window 2]