THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/11/2004 at 15:46, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.206
Platform:
Language(s) : C++ ;
---------
Hi, I'm trying to resize a spline to give it more points. I am currently trying it using the SplineObject::ResizeObject
// oSpline is the spline object
oSpline->ResizeObject(10,1);
But in the viewport. There is no points on the spline object. Using the life selection tool highlights a point at {0,0,0} but it doesn't keep it highlighted. Also the structure tab for the spline object shows there are 10 points, with every point at {0,0,0}.
So it seems the points are there, just they are not usuable.