An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Hello All,
I want to select attached elements to a particular element. What is tcl command for this selection?
Regards,
Sanket
you use appendmark
@sandeepballiwar Hello Sandeep,
Can you please elaborate it?
Try something like this
set elemID 1; *createmark elems 1 $elemID; *appendmark elems 1 'by adjacent' set lst_adjacent_elems [hm_getmark elems 1]
@sandeepballiwarThanks for the help.
What to do if i want to select all elements attached to element as above commands are giving adjacent elements only..should i need to use for loop here?
try to use *appendmark elems 1 'by attached'
@sandeepballiwarIts working perfect. Thank you so much!
VERY useful !