*quad_split

Split warped quads into trias such that it does not create intersections.

Syntax

*quad_split entity_type mark_id

Type

HyperMesh Tcl Modify Command

Description

Split warped quads into trias such that it does not create intersections.

Inputs

entity_type
The type of entity to modify. Must be set to elements.
mark_id
The ID of the mark of quads to split. Valid values are 1 and 2.

Examples

To split displayed quads:

*createmark elems 1 displayed
*quad_split elems 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

2020.1