*includesuppressoutput

Sets the export/do not export state of all supported entities contained within the specified include file.

Syntax

*includesuppressoutput include_id include_shortname state

Type

HyperMesh Tcl Modify Command

Description

This command sets the export/do not export state of all supported entities contained within the include file (but not the include file itself) with include_id and include_shortname. Only one of these two options need to be specified, however include_id will take precedence if specified. Double quotes "" must be used for an argument that is not specified.

The state argument indicates the export/do not export status for the supported entities contained in the include. A state of 0 indicates to set the entities to "export". A state of 1 indicates to set the entities to "do not export".

Include files do not have an export/do not export state that is controlled by this command. Instead use the command *updateincludedata2.

Example

To set all supported entities contained within include file ID 5 to "export":

*includesuppressoutput 5 "" 0

To set all supported entities contained within include file shortname include.txt to "do not export":

*includesuppressoutput "" include.txt 1

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

9.0