*elementqualitysplitelem
Splits a quad element into two trias.
Syntax
*elementqualitysplitelem elem_id
Type
HyperMesh Tcl Modify Command
Description
This command splits a quad element into two trias.
This command only functions between an *elementqualitysetup command and an *elementqualityshutdown command.
Current element quality criteria for optimization must be set before using this command. The command may be applied at any time without resetting the current quality criteria.
Inputs
- elem_id
- The quad element ID.
Example
*readqualitycriteria c:/criteria/mycriteria.txt
*createmark elems 1 displayed
*elementqualitysetup 1
*elementqualitysplitelem 10
*elementqualityshutdown 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
13.0