Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
On 20/04/2013 at 13:23, xxxxxxxx wrote:
Hello all, I'm trying to create a linear spline object with multiple segments, this is proving difficult. Creating the spline -fine, setting point locations - fine, setting segments -
I'm looking at spline.SetSegment() but it seems as the segments need to exist before you can set them. Does anyone know if there is a command to do this. I can think of a workaround which involves creating lot's of splines and connecting them but that seems sloppy and I'd rather not go down that route.
Any help would be much appreciated.
Thanks
Adam
On 20/04/2013 at 13:38, xxxxxxxx wrote:
`SplineObject.ResizeObject() to the rescue, crisis averte.
Adam `