*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
*removeincludes include_ids={1 2} remove_contents=1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2022.2