Please help repair C# CurveBoolean component

C# CurveBoolean in GH.gh (11.1 KB)

Got this C# component from this forum(Sorry, can’t remember where).
It is not working in this case.
Please help! Thank you very much!


P input was not used in the CreateBooleanRegions method :man_facepalming:
I also looped through all regions instead of only returning the first one.

C# CurveBoolean in GH.gh (11.0 KB)

2 Likes

WOW! Thank you very much!