Notifications
Clear all

[Closed] NURB Interpolation

Greetings

I’m looking at supporting NURB (CV and point) curves in more of my tools, and am running into a bit of a wall… I need to interpolate the curve to return and array of positions, and distances to pass into some dotNet methods. While getting the positions is easy, using ‘evalPos’, I haven’t found mention of an easy way to do the equivalent of ‘getSegLengths’ for splines. Ideally looking for double precision…

Am I just overlooking something in the documentation, or do I need to roll my own?

Cheers

Mikie