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,
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?
In the Rhino WIP, you can use Curve.CreateBooleanRegions, which works like the CurveBoolean
command.
ā Dale
Thanks Dale, and there is no option in Rhino 6 ?
No, sorry.
ā Dale