Hello
I am trying to extract id of the line to set it afterwards for changing edge density
*createlistpanel surfaces 1 'Select first surface'
set arnod [hm_getlist surfaces 1 ];
set n1 [hm_getentityvalue surfaces [lindex $arnod 0] 'id' 0];
hm_getsurfaceedges $n1
So i have created above tcl but its not working its not showing any id ??
so have i done any mistake??