A program to recognize and reward our most engaged community members
I want to select closest node in particular component.
But when i use 'hm_getclosestnode' command it selects the closest node in the whole model.
can any one tel me the command for this
Hi,
mark elems of the component first:
*createmark elems 1 'by comp id' $comp_id
set closest_node [hm_getclosestnode $x $y $z 1 0]
*clearmark elems 1