Does it have a node that like autocad lisp "entsel" that returned selected object and pickpoint?

Any suggestion will be appreciated .

Hi @urdiafa

Are you looking something like this. I have many elements on the example below, it will highlight if i pick any point on the element.

This gives location of selected element:

thanks very much
I want to retrieve the point that is the location of the mouse at the time of selection .
I try it .

Just Select point on face node.

Thanks a lot @Kulkul
I hope after selected element that returned a list containing (elementid , point ) , the point is the location of the mouse at times of selection .

MouseGetPos in AutoHotKey gets the mouse’s X,Y on the Windows screen

https://autohotkey.com/docs/commands/MouseGetPos.htm

Invoke that, have it copy position XY text to clipboard, get position XY text from clipboard in Dynamo…