Convert a control point curve to interpolation points (through points)?

 From:  Michael Gibson
5247.6 In reply to 5247.5 
Hi Brian,

> I guess the heavy work is done in the C++ code, at a much faster rate,
> with the Javascript for an "interface."

Yeah that's mostly how things are set up. Javascript code is used to control things at a high level like the workflow of a command, hide/show different controls, etc... while the more heavy duty calculation is done at the C++ level.

But in the future I think it will be possible to do some more advanced stuff with script by growing the library of geometry related functions that are exposed to be script callable.

- Michael