*setsubmodeltype

Sets the sub-model type supported by ID manaager.

Syntax

*setsubmodeltype type

Type

HyperMesh Tcl Modify Command

Description

Sets the sub-model type supported by ID manaager.

Inputs

type
The sub-model type. Valid values are HM_INCLUDEFILES and MODULES.

Example

To set the sub-model type to MODULES:

*setsubmodeltype MODULES

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2017.1