*rejectbatchmesh
Rejects an interactive BatchMesh operation.
Syntax
*rejectbatchmesh
Type
HyperMesh Tcl Modify
Description
Rejects the *batchmesh_mc and *hm_batchmesh2 operations.
Example
Batch mesh the surfaces with IDs 36 and 79 using size 8.0, minimum size 3.75 and other default mesh settings. Use auto-generated criteria and parameters tuned for shell models. Mesh enabling the reject support:
*createmark surfs 1 36 79
*createstringarray 2 "elem_size = 8 min_elem_size = 3.75 params_generate_mode = shell" "batchtempfilesmode = 1"
*hm_batchmesh2 surfs 1 1 2 "dummy" "dummy"
*rejectbatchmesh
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