*splitelementbyelemselect

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

Syntax

*splitelementbyelemselect mark_id

Type

HyperMesh Tcl Modify Command

Description

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

Inputs

mark_id
The ID of the mark of elements to split. Valid values are 1 and 2.

Examples

Example:

*createmark elements 1 4495 4505 4513 4521 4522 4531 4540 4553 4564 4575
*splitelementbyelemselect 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