*savefailednodesvectors

Saves the location, magnitude, and direction of the penetrated areas.

Syntax

*savefailednodesvectors mark reduction scale segment magnitude_mode

Type

HyperMesh Tcl Modify Command

Description

Saves the location, magnitude, and direction of the penetrated areas.

Inputs

mark
The mark of 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

Example

To save the information of the penetration areas:

*createmark(groups, 1) "E2E"
*savefailednodesvectors(1,0,1,1,0)

*createmark() and *templatefileset() are required.

Errors

None.