Working with Sublists & Geometry.Intersect

I’m struggling with two things.

  1. What’s the difference between Geometry.DoesIntersect and Geometry.Intersect? I seem to be getting different results. Geometry.DoesIntersect appears to be doing what I’m wanting.

  2. Within the Geometry.DoesIntersect results, I’m using Cross Product for lacing. How would I pull out the true values and associate them in a better formatted list? In other words, I’d like to group the solids that are true with the correct index from the intersecting geometry. Hopefully that makes sense. I might have to elaborate more…

Geometry.DoesIntersect gives a true when a geometry intersect with anatoher geometry:
http://dictionary.dynamobim.com/#/Geometry/Geometry/Action/DoesIntersect

Geometry.Intersect create a new geometry from the 2 solids in youre case

http://dictionary.dynamobim.com/#/Geometry/Geometry/Action/Intersect


3 Likes