hm_getmarkall
Returns a list of lists containing the populated entity type and entity IDs for the specified mark.
Syntax
hm_getmarkall mark_id ?model_name?
Type
HyperMesh Tcl Query Command
Description
{elems 1 2 3 4 5} {comps 101 102 103 104 105}
Inputs
- mark_id
- The ID of the mark to query. Valid values are 1 and 2.
- model_name
- The optional model to get all marks for. If not specified, the current model is used.
Example
hm_getmarkall 1
hm_getmarkall 1 model-2
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
11.0
2020 - Added new option model_name.