|
|
|
|
|
by VikingCoder
2438 days ago
|
|
Splitting a NURBS surface "in half" is an insanely complicated operation, and the way you do it almost certainly depends on your intended use case. If you can't find a library (or engine) in your domain that has the operation, then you're kind of S.O.L., and have to start from first principles. I don't blame commercial results and SEO for this. It's not like you used to be able to see a menu of rich choices for this, and now they're lost in the noise of companies with a mission. |
|
It's actually not "insanely complicated", and there are resources around, like https://pages.mtu.edu/~shene/COURSES/cs3621/NOTES/spline/NUR... and https://www.amazon.com/NURBS-Book-Monographs-Visual-Communic...
> It's not like you used to be able to see a menu of rich choices for this, and now they're lost in the noise of companies with a mission.
I mentioned just yesterday that DDG results are better for me, and this case is an example. "NURBs splitting algorithm" turns up a bunch of results.