*MotionSolveScript()
Sets the active script for the MotionSolve solver mode.
Syntax
*MotionSolveScript(script_varname)
Arguments
- script_varname
- The variable name of the registered script that is being made active.
Example
*BeginMDL(the_model, "The Model")
*MotionSolveScript(static_with_dynamic)
*EndMDL()
Context
Comments
The script which is being set must already have been registered in the preferences file.
This statement requires that MotionSolve be the first registered solver in MotionView.