Working with Meshes

Hi All,
Just wondering if there is a quicker way to work with Mesh geometry, i have some lines which i want to find the intersection of with some lines, but for some reason the geometry.intersectall node doesnt work with Meshes, i need to transform it to a polysurface(and this is the problem) since it is a big mesh, just transforming it to a polysurface takes like an hour of computing time…

is there any node or recommended way to find intersections with other geometry using only meshes and lines?

Hey,

Maybe the mesh toolkit is helpful?

https://primer.dynamobim.org/11_Packages/11-2_Mesh-Toolkit.html

I believe that Springs package also has some good nodes, but from memory they require to be converted between the toolkit meshes and regular ones?! So watch out for that :slight_smile:

I hope that helps,

Mark

Hi Mark, Thanks, I have been trying to use the TK mesh from Springs aswell but it just transforms and gets information out of toolkit meshes… nothing to really work with other geometry besides planes…