Hi all,
I am trying to determine whether geometry of several elements intersects with the geometry of one element, and get a boolean for each individual element I can use to filter the elements.
I have the geometry in the model which appears to be a list of lists each containing one individual solid.
I think the Geometry.DoesIntersect node will only accept one input, I am only getting one output no matter how many elements/lists I give it.
I am new to Dynamo and don’t know how to feed it a list one item at a time. Is it possible to do this, can anyone help? I tried using the BoundingBox.GetElementsIntersect node from Bimorph, but it is not reporting whether the geometry intersects, only if the theoretical elements intersect, also it seems to leave ghost bounding boxes in the model view in Revit.
Thank you!