*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.
Syntax
*RegisterMdlStdIncFile (lib_name, file_name)
Inputs
- 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.