I’m struggling with two things.
-
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.
-
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…