*splitelementbyelemselect

Splits shell element patches using patterns based on the patch shared edges.

Syntax

*splitelementbyelemselect elem_mark=<mark_id> consider1ds=<value>

Type

HyperMesh Tcl Modify Command

Description

Splits shell element patches using patterns based on the patch shared edges.

Inputs

elem_mark=<mark_id>
The ID of the mark containing elements to split. Valid values are 1 and 2.
consider1ds=<value>
Check for 1D elements during the split operation.
0 – Splitting 1D elements disabled.
1 – Splitting 1D elements enabled. (default)

Examples

To split two elements with 1D split enabled:

*createmark elements 2 93021627 93023208
*splitelementbyelemselect elem_mark=2 consider1ds=1

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2021

2022.3 - Updated the syntax to support name-value argument pairs and added new option consider1ds.