Selection of rigids from displayed only with Scripts
Hello,
I wrote a script to find the Washer elements adjacent to the rbe2. I have isolated the component by material id. But, I am facing an issue to select the rbe2 elements from displayed only. Kindly provide any clarification in the following script.
## Selection of displayed rbe2
*createmark elements 1 "by config" 55
*createmark elements 2 "by displayed"
*markintersection elements 1 elements 2
set attach_elems [hm_getmark elems 1]
Thanks in advance.