*createinclude
Defines a new include file in the database.
Syntax
*createinclude id shortname fullname parentid
Type
HyperMesh Tcl Modify Command
Description
Defines a new include file in the database.
Inputs
- id
- Use 0, if HyperMesh should take the next available ID. Specifying a non-zero value will overwrite any existing include that already uses that ID value.
- shortname
- The last portion of the fullname (not including path). Short names must be unique.
- fullname
- The include’s full name, including file path. Must be unique, and must conform to the shortname, as described above.
- parentid
- The identifier for the file that includes this file.
Examples
*createinclude(0,mat1.dyn,C:/common files/mats/mat1.dyn,0)