*adaptive_wrapper_preview_clear

Clears the preview generated by *adaptive_wrapper_preview.

Syntax

*adaptive_wrapper_preview_clear

Type

HyperMesh Tcl Modify Command

Description

Clears the preview generated by *adaptive_wrapper_preview.

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

#Clear the preview
*adaptive_wrapper_preview_clear

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

#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