Node selection panel
Hello all,
Anyone knows the command to open up node selection panel as shown below (N1,N2 or N1,N2,N3).
I want to use this and get the node ids instead of *createmarkpanel/*createlistpanel.
Answers
-
I don't know how to get that.
But with *createlistpanel you can get a ordered list of nodes. So you can identify 1st node, 2nd node, 3th node so on.
0 -
@Q.Nguyen-Dai, yea.. i can use that option, but this is for creating a vector.
It will limit the user to select only 2 nodes and visually it will be clear for the user.
Since hm has this option, there would be some way to open that panel/emoticons/default_unsure.png' title=':unsure:' />
0 -
Hi Vipin
try using
hm_getplanepanel
0 -
Altair Forum User said:
Hi Vipin
try using
hm_getplanepanel
Hi @tinh
Thank you!! It works /emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20' />
0 -
In order to have user to specify direction, you can use hm_getdirectionpanel ?message? ?default?value? as well. In this panel, users don't have to select base point.
0 -
Thank you @akitoguc !!
0 -
Altair Forum User said:
Try this ...u will get exactly what u want
proc getPanel {} {
hm_callpanel distance
}hm_setpanelproc getPanel;
0 -
Hi Pandurang,
Thank you for the reply.
But it is only opening the distance panel. Not able to get any node ids.
0 -
Hi
I want to get connectors - > area panel
How to get this panel.
any idea?
0 -
what do you mean by getting the panel?? can you explain better what you are trying to do?
0 -
if you mean opening the panel by a command, you can use:
hm_pushpanelitem {connectors} {area}
0 -