Menu

#26 c.AddPath is not a function at Function.ClipperLib.Clipper.SimplifyPolygon

1.0
open
nobody
None
2018-06-12
2018-06-12
Anonymous
No

Hi,
I tried to run the example,

// five-pointed star with self-intersections...
var five_pointed_star = [{"X":147,"Y":313},{"X":247,"Y":34},{"X":338,"Y":312},{"X":86,"Y":123},{"X":404,"Y":124}];
var ten_pointed_star = ClipperLib.Clipper.SimplifyPolygon(five_pointed_star, ClipperLib.PolyFillType.pftNonZero);
// ten_pointed_star is a ten-pointed star with no self-intersections
var fifteen_pointed_star = ClipperLib.Clipper.SimplifyPolygon(five_pointed_star, ClipperLib.PolyFillType.pftEvenOdd);
// fifteen_pointed_star is a fifteen-pointed star with no self-intersections

But, I'm getting the "c.AddPath is not a function at Function.ClipperLib.Clipper.SimplifyPolygon" error.
I have attached the screenshot for the same. Pls help me out.

Thanks.

1 Attachments

Discussion


Log in to post a comment.