Understanding NURBS

 From:  Michael Gibson
7293.4 In reply to 7293.3 
Hi Hamish, well trying to do a full NURBS evaluator in self contained script code is fairly complicated, if you can deal with a limited number of control points it would probably be a lot easier to just focus on doing Bezier evaluation, that's a lot simpler.

In the future I do want to make evaluation of curves at specific parameter values available to script but currently it is not part of the script interface.

- Michael