Hi Jim,
Maybe you can use GeomAPI_ProjectPointOnCurve::LowerDistanceParameter to find out the u value.
Sincerely,
Commenter-1
Archived discussion
Hi,
I encountered a simple problem: how to compute u value of a bspline given the value of its 3d point? i.e. something similar to
static Standard_Real Parameter
(const gp_Circ& C,
const gp_Pnt& P) for bspline. Any suggestions will be appreciated.
Jim
Discussion
Posts are displayed in their archived order.
Hi Jim,
Maybe you can use GeomAPI_ProjectPointOnCurve::LowerDistanceParameter to find out the u value.
Sincerely,
Commenter-1
Hi Angel,
Thanks a lot for your reply. I will try it.
Have a very nice day.
Jim