*optiresponseupdatenodeid

Updates the node ID of a grid-point force response.

Syntax

*optiresponseupdatenodeid name node_id

Type

HyperMesh Tcl Modify

Description

Updates the node ID of a grid-point force response.

Inputs

name
The name of the optimization response.
node_id
The ID of the node.

Example

To update the node ID for grid-point force response resp1:

*optiresponseupdaterandpsid "resp1" 5

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

13.0