hm_addchildrenoflistsinmark
Add children entities of lists in a mark.
Syntax
hm_addchildrenoflistsinmark mark_id recursive references_mode
Type
HyperMesh Tcl Query Command
Description
Add children entities of lists in a mark.
Inputs
- mark_id
- The ID of the mark. Valid values are 1 and 2.
- recursive
- 0 - Do not return children entities of children lists
- references_mode
- Determines how to compute entities referred by children entities:
Examples
hm_addchildrenoflistsinmark 1 0 0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2020