*collisionsetoutdated

Sets collisions referred by selected components to outdated.

Syntax

*collisionsetoutdated outdatedcompids=<value>

Type

HyperMesh Tcl Modify Command

Description

This command finds collisions referring to specified components and sets them as outdated.

Inputs

outdatedcompids={id1 id2 … idN}
The list of component IDs.

Examples

To set collision entities involving components with IDs 1 or 2 outdated:
*collisionsetoutdated outdatedcompids={1 2}

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

2024