*reviewcontactnormalinconsistency
Graphically reviews the group entity region where the contact normal is inconsistent.
Syntax
*reviewcontactnormalinconsistency entity_type name flag 3d_elements_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
 - 3d_elements_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 0Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
14.0.130