- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
A script im working on generates points and draws a SketchFittedSpline through them. In the image above, you can see a part of the SketchFittedSpline, and the blue area it encloses. However, there is also this loop (which i circled in green) which i would like to get rid of.
I already tried a lot of approaches, like manually calculating intersections using the Bently-Ottmann algorithm, but that went nowhere.
I would highly appreciate some guidance where to start! I was hoping that some features of the API would make this somewhat easy so that I could avoid having to calculate everything manually.
Solved! Go to Solution.