Brep Brep intersection

Intersection.BrepBrep method

Does the boolean output indicate if two breps intersect? Or does it indicate it was successful in reviewing the intersection? To me the documentation isn’t entirely clear.

Refer to the attached gh script. Output is true, but the two objects do not intersect.

260207 brep brep intersection.gh (53.8 KB)

On a few other threads, it seems there is a check if intersection curves count is greater than zero. Is this a reliable way to determine if breps intersect?

Thanks, Jon

Hi @jonm,

I can see what’s happening - clearly a mistake by us.

For the time being, you might just count on the output array have something in it.

– Dale