*StandardInclude()

Records which std_inc.mdl file is part of the MDL model.

Syntax

*StandardInclude(file, path, code)

Arguments

file
File is a keyword and will always be FILE.
Data type: keyword
path
The path to the std_inc.mdl file that was used with the corresponding MDL model.
Data type: string
code
An encrypted code representing a unique std_inc.mdl file.
Data type: string

Example

*BeginMDL( the_model, "MBD Model" )
 
*StandardInclude(FILE, "C:/MyDocuments/std_inc.mdl", 53108DFB_8D436D4E_AFC7413A_F8D42AD3)
 *SetCurrentSolverMode( ADAMS )
*EndMDL()

Context

*BeginMDL()