Skip to content

Do not relosve degenerated contours on boolean#195

Merged
Grantim merged 2 commits intomasterfrom
Do_not_relosve_degenerated_contours_on_boolean
Jun 6, 2022
Merged

Do not relosve degenerated contours on boolean#195
Grantim merged 2 commits intomasterfrom
Do_not_relosve_degenerated_contours_on_boolean

Conversation

@Grantim
Copy link
Contributor

@Grantim Grantim commented Jun 6, 2022

No description provided.

@Grantim Grantim requested a review from Fedr June 6, 2022 09:57
for ( int i = int( contours.size() ) - 1; i >= 0; --i )
{
bool sameCoord = true;
const auto& firstCoord = contours[i].intersections[0].coordinate;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add check that intersections is not empty

@Grantim Grantim merged commit 4d6c042 into master Jun 6, 2022
@Grantim Grantim deleted the Do_not_relosve_degenerated_contours_on_boolean branch June 6, 2022 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants