hm_idconvertmode
Syntax
hm_idconvertmode flag
Type
HyperMesh Tcl Query Command
Inputs
- flag
- 1 or 0
Example
To put a component with ID 1 on the mark if it exists and 001FRONT does not.
hm_idconvertmode 0
*createmark comps 1 001FRONT
To put a component with name 001FRONT on the mark if it exists. Otherwise, the mark is empty.
hm_idconvertmode 1
*createmark comps 1 001FRONT
Errors
None.