*RegisterAssemblyWizardFile()
Specifies the file to use as the assembly wizard file when you choose to set the wizard paths to those in the preference file.
Syntax
*RegisterAssemblyWizardFile (lib_name, file_name)
Inputs
- lib_name
- The library name.
- file_name
- The file that is used as the assembly wizard file.
Example
*BeginMdlDefaults()
*RegisterAssemblyWizardFile( Small Car/Trucks, { getenv("ALTAIR_HOME") + "/mview/mdllib/adams/model_wizard" } )
*RegisterAssemblyWizardFile( My Library, “C:/my_library/model_wizard" )
Comments
Model or Assembly Wizard file for more than one library can be specified by using this statement multiple times with a different lib_name.
Make sure that the same lib_name is used in corresponding *RegisterTaskWizardFile() and *RegisterWizardLibDir() statements to specify the Task Wizard file and the library directory for the same library.