*adaptive_wrapper_preview_reject

Rejects the mesh generated by *adaptive_wrapper_preview and the preparation generated by all *adaptive_wrapper_* commands.

Syntax

*adaptive_wrapper_preview_reject

Type

HyperMesh Tcl Modify Command

Description

Rejects the mesh generated by *adaptive_wrapper_preview and the preparation generated by 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

#Reject preview
*adaptive_wrapper_preview_reject

#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