Intersection of surface of a solid and a curve

Technical discussions
Post Reply
Jon Mildura
Posts: 1
Joined: Wed Apr 28, 2021 3:58 am

Intersection of surface of a solid and a curve

Post by Jon Mildura »

Hello

I need to compute intersection of surface of a solid and a curve. I need the intersection points and normals at them. Particularly it would be great to handle cases when the curve hits an edge or vertex.
What is the right way to approach this?
Thank you

Prashant Kande
Posts: 121
Joined: Mon Apr 04, 2016 4:55 am

Re: Intersection of surface of a solid and a curve

Post by Prashant Kande »

Hi Jon
This topic should work for general curves as well. May be with a slight modification.
It has to be done per face in this version

Regards

Post Reply