*linessmoothtotol
Smooths a line based on a give tolerance.
Syntax
*linessmoothtotol mark tol
Type
HyperMesh Tcl Modify Command
Description
Smooths a line based on a give tolerance.
Inputs
- mark
- The ID of the mark containing the lines to smooth.
- tol
- Tolerance used to smooth the lines.
Example
To smooth line 1 to within a tolerance of .1
*createmark lines 1 1
*linessmoothtotol 1 .1
Errors
None.