Loft with "point" option in script?

Is there a way to loft using Point as one end of the loft, similar to what command can do?
When I feed a curve and a point to RS AddLoftSft method it does not seem to work…


SOLVED: I did not notice the point has to be provided as the second argument array, not a Point object… Duh!

-jarek

What do you mean by a second argument array and not a point object? Thanks

it meant it is not a point object ID but rather array of 3 point coordinates: array(x,y,z)