Search found 1 match
- Tue Oct 15, 2024 1:12 am
- Forum: DG Kernel discussions
- Topic: Tangential vs intersection curves
- Replies: 1
- Views: 2114
Re: Tangential vs intersection curves
It is pretty simple. Query ICurve2d_DG out of the IBSplineCurve2d_DG. IBSplineCurve2d_DG has two GetIntersection() methods. It looks like the second version should suit your better. The method returns 0 is there is no intersection or the number of them. The intersections themselves are returned via ...