Curve Rotation At Position?
Hello there,
I am wondering if there's a way to get a curve's rotation data at a given percentage into the curve's length?
I have managed to find the pointOnCurve MEL command for obtaining world position equivalent. But nothing for rotation (roll, pitch, yaw).
For example, "pointOnCurve -pr 0.4 -top true -p curve1" returns the world position information at 40% of the curve's length. Is there something similar in MEL for the curve's rotation data? Like you could get the roll, pitch, and yaw data of a curve at 40% into the curve's length.
Thank you for your time.
M