*reviewcontactnormalinconsistency
Graphically reviews the group entity region where the contact normal is inconsistent.
Syntax
*reviewcontactnormalinconsistency entity_type name master_slave_flag 3d_elements_flag
Type
HyperMesh Tcl Modify
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.
- master_slave_flag
- 0 - Review slave elements
- 3d_elements_flag
- 0 - Ignore 3D elements
Examples
To review the region where group "group1" has inconsistent master element contact normals:
*reviewcontactnormalinconsistency group "group1" 1 0
To review the region where group "group1" has inconsistent slave 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