*linesplitatmultiplelines
Splits a group of selected free lines by a group of selected cut lines or edges.
Syntax
*linesplitatmultiplelines target_mark=<mark_id> trim_mark=<mark_id> ?cross_trim=<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=<mark_id>
- The ID of the mark containing the target free lines to be cut.
- trim_mark=<mark_id>
- The ID of the mark containing the lines/edges as cut lines.
- ?cross_trim=<value>?
- Specifies which lines will be cut.
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
2022.1 - Added new option cross_trim.