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.

@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:' />

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' />


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.
Try this ...u will get exactly what u want
proc getPanel {} {
hm_callpanel distance
}
hm_setpanelproc getPanel;

Hi Pandurang,
Thank you for the reply.
But it is only opening the distance panel. Not able to get any node ids.
Hi
I want to get connectors - > area panel
How to get this panel.
any idea?


what do you mean by getting the panel?? can you explain better what you are trying to do?


if you mean opening the panel by a command, you can use:
hm_pushpanelitem {connectors} {area}
its working...
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.