Geometry_Engine: Split and OutlineFromLines methods could be extended to PolyCurves
Open
type:feature
- Dominant language
- C#
- Stars
- 30
- Forks
- 13
- Avg merge
- 7d 10h
- Merged PRs (30d)
- 5
Description
#### Description:
I believe the currently applied algorithm of turning lines into outlines could be leveraged for nonlinear curves too by splitting them with each other first, then turning into a graph and processing it in the same way as in the method for lines. Once this is done, `Split` should be able to leverage it almost without any rework.
Not requested by anyone so no priority, leaving it here for future reference.
Contributor guide
Assessment
This issue has not been assessed yet.