*elementtestequiaskew
Tests 2D and 3D elements using the equiangle skew element quality check.
Syntax
*elementtestequiaskew entity_type mark_id equiangle_skew output_mark_id dimension contour title
Type
HyperMesh Tcl Modify Command
Description
Tests 2D and 3D elements using the equiangle skew element quality check.
Inputs
- entity_type
- The entity types to be checked. Only elements are supported.
- mark_id
- The mark ID containing the elements to test. Valid values are 1 and 2.
- equiangle_skew
- The value to use as a threshold beyond which elements should be considered to have failed the test.
- dimension
- A code telling to measure the dimension of:
- 2 - Measure 2D elements.
- 4 - Measure 3D elements.
- output_mark_id
- The mark ID where the failed elements will be placed. Valid values are 1 and 2.
- contour
- Flag that determines how the results are presented. Valid values are:
- 0 - Display the results of the test normally.
- 1 - Display the elements color coded by their ratings.
- 2 - Build a histogram showing the distribution of ratings.
- title
- The title to label the curve in the histogram. Only required, if contour is 2.
Example
*createmark elems 1 "displayed"
*createmark elems 2
*elementtestequiaskew elems 1 0.7 0 0 ""
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
11.0