Hello,
Is there any GiD_Info command to know if a triangle element is being intersected by any other triangle element?
Thanks!
Hello,
Is there any GiD_Info command to know if a triangle element is being intersected by any other triangle element?
Thanks!
No, unfortunatelly this command doesn’t exists nowadays,
You must ask the mesh data and calculate intersections by yourself
Probably to do it efficiently must implement it in C/C++ compiled code
(a dll Tcl extension, or an external exe communicated by file)
Ok, thanks ![]()