*remove_fe_cracks
Stitches free edge loops in FE.
Syntax
*remove_fe_cracks mark_id stitch_tol
Type
HyperMesh Tcl Modify Command
Description
Stitches free edge loops in FE.
Inputs
- mark_id
- The ID of the mark containing the elements to stitch. Valid values are 1 and 2.
- stitch_tol
- The tolerance to use for stitching.
Example
To stitch all displayed element cracks, using a tolerance of 0.1:
*createmark elems 1 displayed
*remove_fe_cracks 1 0.1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0