CreateBooleanIntersection

Hi,

Is there a way to use CreateBooleanIntersection method with polygon that has holes:

 Rhino.Geometry.Curve.CreateBooleanIntersection(Curve a, Curve b);

Or the only way is to use Clipper library?

Hi @Petras_Vestartas,

In the Rhino WIP, you can use Curve.CreateBooleanRegions, which works like the CurveBoolean command.

ā€“ Dale

1 Like

Thanks Dale, and there is no option in Rhino 6 ?

No, sorry.

ā€“ Dale