Notifications
Clear all

[Closed] Get knot position for spline base object. Is it possible?

Is it possible to get the position of knot for spline base object. What I mean:

  • create a line
  • select it(if it is not)
  • execute this:
getKnotPoint $.baseobject 1 1

MAX returns

– No ““getKnotPoint”” function for Line

Why I need this – if the spline have FFD 2x2x2 modifier I want to get the position of the knots without:

  • colapse the stack
  • create a copy of the spline and convert it to editable spline
4 Replies

use getPointPos
for splines every knot corresponds to three points – in_tangent, point, and out_tangent.

2 Replies
(@miauu)
Joined: 11 months ago

Posts: 0

Thank you, Denis.
is there a way to set knot position for spline base object?

(@denist)
Joined: 11 months ago

Posts: 0

no… have to convert to splineshape (editable spline)

Thank you.