*updatepositions

Reorganize entities, in case of an add, remove, delete transformations or change in transformation order operations.

Syntax

*updatepositions mark_id

Type

HyperMesh Tcl Modify Command

Description

Reorganize entities, in case of an add, remove, delete transformations or change in transformation order operations.

Inputs

mark_id
The ID of the mark containing the position entities to refresh.

Examples

To update all positions in the model:

*createmark positions 1 all
*updatepositions 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

2019