*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

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.
≠ 0 - Auto-stitch combines surfaces using the specified tolerance.

If auto_stitch is enabled (nonzero) but tolerance is less than zero, then the result is stitched with a tolerance of 1/5 the midsurface thickness.

middle surface
Surfaces within this decimal-value tolerance are stitched together if auto_stitch ≠≠ 1.
tolerance

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)