hm_getusermark
Returns the entity IDs of the passed entity type from the user mark.
Syntax
hm_getusermark entity_type
Type
HyperMesh Tcl Query Command
Description
This command returns the list IDs of entity_type that exist on the user mark. Only one user mark exists for each entity_type.
The user mark is created either through the command hm_saveusermark or through panel input collectors via the "save" extended entity selection option.
Examples
To get the user mark of properties:
hm_getusermark props
To create a mark of elements 1-3, save it to the element user mark and retrieve it later:
hm_createmark elems 1 "1 2 3"
hm_saveusermark elems
hm_markclear elems 1
…
hm_getusermark elems
Errors
This command does not return any errors.