-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
questionFurther information is requestedFurther information is requested
Milestone
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested
Projects
Status
Done