*adaptive_wrapper_reject_clear

Clears the reject buffer for all *adaptive_wrapper_* commands.

Syntax

*adaptive_wrapper_reject_clear

Type

HyperMesh Tcl Modify Command

Description

Clears the reject buffer for all *adaptive_wrapper_* commands.

Examples

#Initialization of wrapper mesh with base mesh
*createmark elements 1 "all"
*adaptive_wrapper_init elements 1 1 0

#Build skeletal octree structure
*adaptive_wrapper_build

#Preview all cavities
*adaptive_wrapper_preview

#Generate Mesh 
*createstringarray 2  "DoRemesh: 1" "RemeshGrowthRate: 1.2"
*adaptive_wrapper_mesh 0  1 2 

#Clear the reject
*adaptive_wrapper_reject_clear

#End of wrapper mesh
*adaptive_wrapper_end

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