*bagdeleteall
Deletes bags on a mark and all of the child entities within each bag.
Syntax
*bagdeleteall mark_id
Type
HyperMesh Tcl Modify
Description
This command deletes all bags on mark mark_id and all of the associated entities contained within each of those bags.
Examples
To delete bags admpart1 and admmaterial1 and all
entities contained within
them:
hm_createmark bags 1 "admpart1 admmaterial1"
*bagdeleteall 1
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
10.0