*lineextendtoline
Extends line1 to line2.
Syntax
*lineextendtoline line1 line2 capture_radius derivative direction
Type
HyperMesh Tcl Modify Command
Description
Extends line1 to line2.
Inputs
- line1
 - The ID of the line to extend.
 - line2
 - The ID of the line to which line1 is extended.
 - capture_radius
 - If the point at the end of the extension is within the capture_radius of line2, then force the end point to be on line2.
 - derivative
 - 1 - Extend the tangent to the line
 - direction
 - 1 - Extend the end of the line
 
Errors
None.