*linescombine

Combines two free surface edges to create one unsuppressed common edge.

Syntax

*linescombine edge1 edge2 edge_tolerance

Type

HyperMesh Tcl Modify

Description

Combines two free surface edges to create one unsuppressed common edge.

Inputs

edge1, edge2
Two free surface edges (face edges which are attached to a surface only once).
edge_tolerance
The edges must be within this tolerance.

Example

To combine edges 101 and 39, using a tolerance of 0.1:

*linescombine(101,39,0.1)

Errors

None.