*tangentbetweennodeandline
Creates a tangent line between a node and a line.
Syntax
*tangentbetweennodeandline node_id line_id checkpoints lineselected
Type
HyperMesh Tcl Modify Command
Description
Creates a tangent line between a node and a line.
Inputs
- node_id
- The ID of the node to which the tangent line is to be created.
- line_id
- The ID of the line to which the tangent line is to be created.
- checkpoints
- The number of points to check in each line segment for tangency.
- lineselected
- The tangent line selected, if more than one exists.
Example
*tangentbetweennodeandline 1 10 10 0
If more than one tangent line is found, you must select the necessary tangent line. The number of this line (based on the order in which the tangents were found) is then used in the command string as lineselected.
Errors
None.