*surfacemarksplitwithelemedges
Trims the selected surfaces by specified FE/element edges.
Syntax
*surfacemarksplitwithelemedges surf_mark=<mark_id> "edge_list=<value>"
Type
HyperMesh Tcl Modify Command
Description
Trims the input CAD and/or FE surfaces by selected list of element edges.
Inputs
- surf_mark=<mark_id>
- The ID of the mark containing the input surfaces. Valid values are 1 and 2.
- edge_list=<value>
- The list of element edges represented by start and end node IDs of each edge.
Examples
*createmark surfaces 1 3425
*surfacemarksplitwithelemedges surf_mark=1 "edge_list=1098-1096 1034-1100 1034-1035 1100-1098"
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2022.1