HyperWorks Desktop

*RegisterMdlStdIncFile()

Specifies the file to use as the standard include file when you choose to set the wizard paths to those in the preference file.

*RegisterMdlStdIncFile()

Specifies the file to use as the standard include file when you choose to set the wizard paths to those in the preference file.

Previous topic Next topic No expanding text in this topic  

*RegisterMdlStdIncFile()

Specifies the file to use as the standard include file 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

*RegisterMdlStdIncFile(lib_name, file_name)

Argument

Name

Description

 

lib_name

The library name.

 

file_name

The file that is used as the standard include file.

Example

*BeginMdlDefaults()

*RegisterMdlStdIncFile(Cars/Small Trucks, { getenv("ALTAIR_HOME") + "/mview/mdllib/adams/std_inc.mdl" } )

*RegisterMdlStdIncFile(My Library, { “C:/my_library/std_inc.mdl" } )

Comments

Standard Include file can be specified for a specific library using this statement.

Make sure that the same lib_name is used in corresponding statements to specify the assembly, task wizard file, and the library directory.

See also

 

*RegisterAssemblyWizardFile()

*RegisterTaskWizardFile()

*RegisterWizardLibDir()

List of Preference Statements