hm_setentitysubtype
Use this command in conjunction with the creation of filters to add only entities of the stated type to the filter.
Syntax
hm_setentitysubtype <entity>
Type
HyperMesh Tcl GUI Command
Description
Use this command in conjunction with the creation of filters to add only entities of the stated type to the filter.
Inputs
- <entity>
- The type of entity desired, such as nodes or elems. See Entity Parameters for valid choices.
Example
To create a filter set selection of elements:
hm_setentitysubtyp elems
*createmarkpanel(sets,1)
The subtype is erased when a user exits the filter, so this command must be used before each new filter selection.