How to resample curve nodes programmatically?

For example, if name of your curve node is “C” then you can resample at 10mm sampling distance like this:

getNode('C').ResampleCurveWorld(10)
1 Like