*reviewcontactnormalinconsistency
Graphically reviews the group entity region where the contact normal is inconsistent.
Syntax
*reviewcontactnormalinconsistency entity_type name flag elements_3d_flag
Type
HyperMesh Tcl Modify Command
Description
Graphically reviews the group entity region where the contact normal is inconsistent.
Inputs
- entity_type
- The type of entity to review. Currently only supported for groups.
- name
- The name of the entity to review.
- flag
- 0 - Review secondary elements
- elements_3d_flag
- 0 - Ignore 3D elements
Examples
To review the region where group "group1" has inconsistent main element contact normals:
*reviewcontactnormalinconsistency group "group1" 1 0
*reviewcontactnormalinconsistency group "group1" 0 0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0.130