Jump to content

Find Special Point On Curve


Igor

Recommended Posts

I have curve from external Software and I must cut it at very special position. Is there a method how I can find point that is 90 degrees to given plane? I did add Tangent to curve with polyframe SOP but how to find special position?

Thank you in advance!

Link to comment
Share on other sites

well, there are many different ways of doing it. the crude one is to just recursively sample the curve and search for the point with the smallest deviation angle. this should what works for any case. the more elegant method however, would be to use a polynomial and solve it for the position on the curve at which the angle deviation is 0.

hth.

petz

curve_find_point.hipnc

  • Like 4
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...