-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gordon NURBS Surface node #3603
Comments
A small suggestion... It could be convenient if the user have the option to manually input the net intersection points, in case the numerical methods lack of precision on a particular setup. @portnov what's your opinion? Here is the file shown above in case you find it useful for testing: Thanks |
Agreed. |
Agreed 100% |
I just finished some testing how the Gordon implementation in FreeCAD/CurvesWB will deal with the test file above. It seems that this type of surface did a good job of interpolating all the curves from the net. So it's definitely worth having. I'm sharing the file from the above screenshot in case you need a closer look: |
Consider this done in #4183. |
Also known as "surface from net of curves". We have a number of curves along U direction, another number of curves along V, they are intersecting at some number of points. Discussed in #3571.
Algorithm is looking very simple:
and then fight bugs for some time :)
The text was updated successfully, but these errors were encountered: