*updatepositions
Reorganize entities in case of an addition, removal, or deletion of transformations, or a change in transformation order operations.
Syntax
*updatepositions mark_id
Type
HyperMesh Tcl Modify Command
Description
Reorganize entities in case of an addition, removal, or deletion of transformations, or a 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 1Errors
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