Skip to content
This repository was archived by the owner on Jun 19, 2026. It is now read-only.
This repository was archived by the owner on Jun 19, 2026. It is now read-only.

Validate that half-edges in a cycle don't intersect #2159

Description

@hannobraun

About

Half-edges in a cycle must not intersect, if the shape that contains the cycle is to be valid. This is currently neither documented nor enforced.

There should be a validation check on the cycle level that makes sure that none of the half-edges with the cycles intersect.

Implementation

The new validation check should go into validate::cycle the existing check there (and the numerous checks in the sibling modules) can be used as inspiration on how to implement it.

Related Issues

There are a few related issues currently open:

None of those other issues are blockers, but in case work on them is ongoing by the time this issue is picked up, this would require coordination of the work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: blockedIssue or pull request is blocked by another issue or pull request, or some outside circumstancetopic: validationInfrastructure for checking various properties of objects, making sure they are valid.type: enhancementNew features and improvements to existing features

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions