*splitelementbyedges
Splits shell element edges that are intersected by a line joining the input points.
Syntax
*splitelementbyedges x1 y1 x2 y2 ?x3 y3? ... ?xN yN?
Type
HyperMesh Tcl Modify Command
Description
Splits shell element edges that are intersected by a line joining the input points. The user can provide x-coordinate and y-coordinate of the mouse click on the screen. The number of input points must be ≥ 2.
Inputs
- x1
- The screen x coordinate of point 1.
- y1
- The screen y coordinate of point 1.
- x2
- The screen x coordinate of point 2.
- y2
- The screen y coordinate of point 2.
Examples
Example:
*splitelementbyedges 354 379 694 385
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2021