*accepteditedsurface_with_user_tolerance
Moves surfaces from the midsurface to edit component into the middle surface component and stitches surfaces according to a specified tolerance.
Syntax
*accepteditedsurface_with_user_tolerance auto_stitch tolerance
Type
HyperMesh Tcl Modify Command
Description
Moves surfaces from the midsurface to edit component into the middle surface component and stitches surfaces according to a specified tolerance.
Inputs
- auto_stitch
- = 0 - Auto-stitch is disabled.
- tolerance
- Surfaces within this decimal-value tolerance are stitched together if auto_stitch is enabled.
Example
To move midsurfaces from midsurface to edit into middle surface with a stitching tolerance equal to ¼ of the midsurface thickness:
*accepteditedsurface_with_user_tolerance(1,0.25)