Notifications
Clear all

[Closed] How to get a spline's knot in- and out-vectors?

Hi everyone,

I have some randomly created bezier splines, and I’m looking for a way to readout the knot positions and accompanying bezier in- and out-vectors.

For the position I use “getKnotPoint”, but that only gives the position. How do I get the in- and out-vectors?

Thanks!

2 Replies

see the help:
getInVec
getOutVec

Thanks Denis, I have been on that manual page today a lot, but I guess I should have read it from beginning to end