*adjustnodes
Fixes the penetrations by moving only the failed nodes.
Syntax
*adjustnodes mark reduction scale segment magnitude_mode
Type
HyperMesh Tcl Modify Command
Description
Fixes the penetrations by moving only the failed nodes.
Inputs
- mark
- The mark of the entity to be modified.
- reduction
- The average thickness reduction.
- scale
- The thickness scale factor.
- segment
- The segment orientation option.
- magnitude_mode
- Determines if a magnitude percentage or a uniform size is to be used.
- 1 - Magnitude percentage.
- 0 - Uniform size.
Examples
To move the failed nodes. *createmark() and *templatefileset() are required.
*createmark groups 1 "E2E"
*adjustnodes 1 0 1 1 1