*linesplitatmultiplelines
Splits a group of selected free lines by a group of selected cut lines or edges.
Syntax
*linesplitatmultiplelines target_mark=<value> trim_mark=<value>
Type
HyperMesh Tcl Modify Command
Description
Splits the target group of free lines by a selected group of cut lines or edges. It can work with a single cut line and multiple cut lines.
Inputs
- target_mark=<value>
- The ID of the mark containing the target free lines to be cut.
- trim_mark=<value>
- The ID of the mark containing the lines/edges as cut lines.
Examples
*createmark lines 1 3595 3596 3597
*createmark lines 2 3425 3426 3427 3428
*linesplitatmultiplelines target_mark=1 trim_mark=2
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2021.2