What's the difference between *clearmark and hm_markclear command?
Hello all,
What's the difference between *clearmark and hm_markclear command? It seems that both command are used to clear entities on specified mark. From the help manual.
hm_markclear command has an optional about 'panel_sensitive'. However, from the manual, I don't think I have understood the meaning of this option and when to use it. Is there any example to explain this?
Thank you
Roy
Find more posts tagged with
When you call 2nd panel then that option is used to refer to 1st or 2nd one
If you don't call panels it's not important
Hi @tinh
What's the meaning of 'call panels'? Could you give me a simple example about it?
Roy
Example you press F2 to enter panel delete, entity is elems, you select some elems
Neither delete them nor exit the panel, then press shiftF4 to enter panel translate, entity is elems, too
You select some elems else
Now you use hm_markclear to clear element mark, you will see effect of option 'panel_sensitive'
In scripting we rarely call panels (because they are drawn by a timer proc) so the option is unneccessary
Example you press F2 to enter panel delete, entity is elems, you select some elems
Neither delete them nor exit the panel, then press shiftF4 to enter panel translate, entity is elems, too
You select some elems else
Now you use hm_markclear to clear element mark, you will see effect of option 'panel_sensitive'
In scripting we rarely call panels (because they are drawn by a timer proc) so the option is unneccessary
Thank you tinh. I think I understand it.
When you call 2nd panel then that option is used to refer to 1st or 2nd one
If you don't call panels it's not important