Intersection point of two elements

is there any way to find the intersection point of two elements, means two ducts or two pipes etc.

yes, using Geometry.Intersect then Solid.Centroid of the result

try using this link. it should have all the materials you need

1 Like

Hi!

If they are all elements based on a location curve (linear) than maybe nodes from Onion package, that I am currently developing, might help. You can find an early version in the Dynamo package manager. The node is called Element.LinearIntersections.

You can find more info here:

and here:
http://lubim.co/dynamo-nodes/

I can confirm this works. You will need to play with the python code node depending on what elements you are trying to clash against though.