*RegisterCustomWizard()
Adds a custom wizard defined in a preference file to a MotionView session.
Syntax
*RegisterCustomWizard (varname, "label", "fname")
Application
MotionView.
Inputs
- varname
- A unique variable name for the custom wizard.
- "label"
- A description label to be shown in the interface.
- "fname"
- The file containing the custom wizard definitions to be accessed in a session.
Context
*BeginModelDefaults()
Example
*BeginModelDefaults()
*RegisterCustomWizard(tool1, "Translator Wizard",
"translator.mdl")
*EndModelDefaults()
Comments
The custom wizard to be used is defined in a *BeginModelDefaults() block in the preference file.
Registered custom wizards are accessed in MotionView from the Tools menu.