Page 1 of 1

Element intersections

Posted: Fri Nov 13, 2020 6:27 pm
by merce_lopez
Hello,

Is there any GiD_Info command to know if a triangle element is being intersected by any other triangle element?

Thanks!

Re: Element intersections

Posted: Mon Nov 16, 2020 12:33 pm
by escolano
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)

Re: Element intersections

Posted: Sat Nov 21, 2020 2:09 pm
by merce_lopez
Ok, thanks ;)