*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
1 - Review main elements
3d_elements_flag
0 - Ignore 3D elements
1 - Consider 3D elements

Examples

To review the region where group "group1" has inconsistent main element contact normals:

*reviewcontactnormalinconsistency group "group1" 1 0
To review the region where group "group1" has inconsistent secondary element contact normals:
*reviewcontactnormalinconsistency group "group1" 0 0

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

14.0.130