*lineextendtopoint
Extends the specified line to a point.
Syntax
*lineextendtopoint line point capture_radius derivative direction
Type
HyperMesh Tcl Modify Command
Description
Extends the specified line to a point.
Inputs
- line
- The ID of the line to extend.
- point
- The ID of the point to which the line is extended.
- capture_radius
- If the point at the end of the extension is within the capture_radius of the point, then force the end point to have the same coordinates as the point.
- derivative
- 1 - Extend the tangent to the line
- direction
- 1 - Extend the end of the line
Errors
None.