*lineextendtonode

Extends the specified line to a node.

Syntax

*lineextendtonode line node capture_radius derivative direction

Type

HyperMesh Tcl Modify Command

Description

Extends the specified line to a node.

Inputs

line
The ID of the line to extend.
node
The ID of the node to which the line is extended.
capture_radius
If the point at the end of the extension is within the capture_radius of the node, then force the end point to have the same coordinates as the node.
derivative
1 - Extend the tangent to the line
2 - Extend following the curvature of the line
direction
1 - Extend the end of the line
-1 - Extend the beginning of the line

Errors

None.