Clash Detection - pipe x "linked" structural framing

Hi Guys!

I’m trying to make a script to clash detection between pipes and structural framing (the structural framing is a link) but the script is not working.

I’m try to use two nodes to clash detection, I will show the nodes with the warning message on the images bellow:

Clash detection BimorphNodes

Clash Detection Geometry.intersect

tks for the help!!! :grinning:

@mauriciolimax,
try Element.Supported from Bimorph to check if Structural Framing supported.

The first warning provides the solution; bimorphs has a node meant to be coupled with Element.IntersectsElement for linked elements:

image

As for the second warning, you are feeding Elements and not Geometry. Use this in between:

image

1 Like

was this ever resolved? do you mind sharing how did you solve this?

Share your sample file, we’ll help you.