We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As spotted by @vietle-bh , Split method throws an exception when the cutting line is freely ended inside the split polygon, as in the picture below:
Split
Instead, both cutting lines should be ignored.
See this comment
The text was updated successfully, but these errors were encountered:
fixed case of cutting lines with at least 1 node of valence 1 (#3289)
737c445
pawelbaran
Successfully merging a pull request may close this issue.
Description:
As spotted by @vietle-bh ,
Split
method throws an exception when the cutting line is freely ended inside the split polygon, as in the picture below:Instead, both cutting lines should be ignored.
Steps to reproduce:
See this comment
Expected behaviour:
Test file(s):
The text was updated successfully, but these errors were encountered: