*registerimporttemplate()

Registers an import template.

Syntax

*registerimporttemplate(filename)

Type

hm.cfg Commands

Description

Registers an import template.

This is valid only for HyperMesh standalone and is ignored within HyperWorks Desktop. For HyperWorks Desktop, HyperGraph should be used instead.

Inputs

filename
The name and path of the import template to register. This value must be enclosed in quotes.

Example

To register some of the import template in the templates directory:
home = getenv("TEMPLATES_DIR")
*registerimporttemplate("{home + "/import/tab.tpl"}")
*registerexternalreader("{home + "/import/wingz2_dif.tpl"}")
*registerexternalreader("{home + "/import/excel2_dif_tpl"}")