I have a question. After selecting a solid, how can I determine if this solid has already been meshed?
My current method doesn't seem to detect this properly. Do you know any TCL commands or approaches that can help with this?
hm_createmark elems 1 "by solids" $solid_id
My original idea was to first identify the component containing the selected solid, and then use [hm_getmark elems 1]
to check if elements exist. However, this approach seems problematic if the component contains multiple solids, and the elements happen to be associated with other solids rather than the one I selected.