*edgesmarkrelease
Unstitches each of the input edges.
Syntax
*edgesmarkrelease markmask
Type
HyperMesh Tcl Modify
Description
Unstitches each of the input edges.
Inputs
- markmask
- The mark ID containing the edges.
Example
To unstitch edges 16, 18, 25, and
44:
*createmark(lines,1) 16 18 25 44
*edgesmarkrelease(1)
Only unsuppressed face edges can be released.