*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.
0 - Means the new file is included by the main (master) file.
Non-unique shortnames or fullnames produce errors.

Examples

To create a new include called mat1.dyn, using the master file as its parent:
*createinclude(0,mat1.dyn,C:/common files/mats/mat1.dyn,0)