Hey guys, I have this script that creates a curve and then adds points to it. Right now I'm doing this through the basic command: Application.SIAddPointOnCurveAtEnd(createdCurveName, x, y, z, False, 0, "")
This is quite slow and I would like to replace this with an implementation using the object model, but can't find the corresponding method(s) to do it. I can do this in C++, but I'd rather not rewrite the whole script or break this out into it's own command. I'm looking for an object model method to add points to a curve or a method to create a curve with points based on a predefined array. Thanks for any pointers! -Leonard
-------------------------- To unsubscribe: mail [email protected] with subject "unsubscribe" and reply to the confirmation email.

