Solid ID
Hello!
Does anybody know if it exist a function to know the ID of which solid a line belongs?. I´m spliting a solid, and when use the *body_split_with_swept_lines command the ID´s of my principal solid changed. So I´m trying to know the knew ID of my principal solid if I just choose an edge of the solid.
Thanks.
Hi
try *createmark solids 1 'by lines'
set solidIDs [hm_getmark solids 1]