how to project a point onto a curve
how to project a point onto a curve
(OP)
This sounds like it should be easy, but it is defying me. I have a 3D curve, and a point in space that is not on the curve. The point is positioned such that a normal projection is possible, but I haven't been able to create that new point. I've tried everything, but am at my wits end. Help!





RE: how to project a point onto a curve
Create a distance measurement from the point to the curve. This will measure the shortest distance from the curve to the point Then hit the "Add Feature" button. Then, redefine the analysis feature. Press Compute once again, and then in the tree in the dialog box choose "Result Datums". Choose yes for the second datum point and name it accordingly. This new point is your projected point.
The angle between the curve and the axis created by the two points should be 90 degrees.
Good luck!
RE: how to project a point onto a curve
Steve
http://www.sprdesign.com
http://www.3dlogix.com
RE: how to project a point onto a curve
It worked! I managed to use a laborious workaround before your post, but next time I'll be ready! Thanks!
RE: how to project a point onto a curve
htt
VSS example in WF2
htt
---------------------
I haven't ever tried it, but if shortest distance is always along a normal vector the trajpar_of_pnt function might solve, too.
======================