Element intersections

Moderator: GiD Team

Post Reply
merce_lopez
Posts: 5
Joined: Fri Apr 29, 2016 7:52 am

Element intersections

Post 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!
User avatar
escolano
Posts: 1915
Joined: Sun Sep 05, 1982 10:51 pm

Re: Element intersections

Post 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)
merce_lopez
Posts: 5
Joined: Fri Apr 29, 2016 7:52 am

Re: Element intersections

Post by merce_lopez »

Ok, thanks ;)
Post Reply