*removeincludes

Deletes the include files from the database, optionally removing all its contents as well.

Syntax

*removeincludes include_ids={<value>} remove_contents=<value>

Type

HyperMesh Tcl Modify Command

Description

Deletes the include files from the database, optionally removing all its contents as well.

Inputs

include_ids={<value>}
The list of include file IDs to be deleted.
remove_contents=<value>
If nonzero, then all the contents of those include files will be deleted from the database.

Examples

To remove the include files 1 and 2 from the database, and delete their contents as well:
*removeincludes include_ids={1 2} remove_contents=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

2022.2