HyperWorks Desktop

*RegisterWizardLibDir()

Specifies which directory will contain the wizard library files when you choose to set the wizard paths to those in the preference file.

*RegisterWizardLibDir()

Specifies which directory will contain the wizard library files when you choose to set the wizard paths to those in the preference file.

Previous topic Next topic No expanding text in this topic  

*RegisterWizardLibDir()

Specifies which directory will contain the wizard library files when you choose to set the wizard paths to those in the preference file.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*RegisterWizardLibDir(lib_name, dir_name)

Argument

Name

Description

 

lib_name

The library name.

 

dir_name

The directory that contains the wizard library files.

Example

*BeginMdlDefaults()

*RegisterWizardLibDir( { getenv("ALTAIR_HOME") + "/mview/mdllib/adams" } )

*RegisterWizardLibDir(My Library, “C:/my_library/model_wizard")

Comments

Wizard Library directory 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 *RegisterAssemblyWizardFile() and *RegisterTaskWizardFile() statements to specify the Assembly Wizard file and the Task Wizard file for the same library.

See also

 

*RegisterAssemblyWizardFile()

*RegisterMdlStdIncFile()

*RegisterTaskWizardFile()

List of Preference Statements