*linesplitatpoint
Splits a line at an arbitrary point.
Syntax
*linesplitatpoint line node
Type
HyperMesh Tcl Modify Command
Description
Splits a line at an arbitrary point.
Inputs
- line
 - The line to be split.
 - node
 - A node which represents the location on the line where it should be split.
 
Example
To split line 10 at node 3:
*linesplitatpoint(10,3)
    Errors
None.