I'm getting an error here and I don't see what the problem is:
TypeError: simplifyPaths(): incompatible function arguments. The following argument types are supported:
1. (paths: List[List[Clipper2Lib::Point<__int64>]], epsilon: float, isOpenPath: bool = False) -> List[List[Clipper2Lib::Point<__int64>]]
Invoked with: [[[-250500, -500500], [-249500, -500500], [-249500, -249500], [-250500, -249500], [-250500, -500500]]], 0, False
It's a list of a list of integer points, so this should be legal, and the value of epsilon doesn't seem to influence things, and it's a closed path.
User error?
I'm getting an error here and I don't see what the problem is:
It's a list of a list of integer points, so this should be legal, and the value of epsilon doesn't seem to influence things, and it's a closed path.
User error?