Hi Vedanth,
One way to do it would be to describe your curve as a Geom_Curve (you have to define a bunch of pure virtual functions, mainly to compute derivatives of your curve), then you could build a TopoDS_Edge and
use the BRepExtrema_ExtPC algoritm to compute your solution.
Tue, 01/08/2002 - 18:21
Hi Vedanth,
One way to do it would be to describe your curve as a Geom_Curve (you have to define a bunch of pure virtual functions, mainly to compute derivatives of your curve), then you could build a TopoDS_Edge and
use the BRepExtrema_ExtPC algoritm to compute your solution.
Good Luck.
Francois.