THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 26/11/2002 at 00:30, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 7.303
Platform: Windows ; Mac ;
Language(s) : C.O.F.F.E.E ;
---------
Hi,
I need help to create a spline object. I tried to create a spline as follows:
var splobj = new(SplineObject);
var ptarr = new(array,3); // Points for my spline path
ptarr[0] = vector(0,0,0);
ptarr[1] = vector(100,100,100);
ptarr[2] = vector(200,200,200);
splobj->SetPoints(ptarr);
doc->InsertObject(splobj,NULL,NULL);
GeEventAdd(REDRAW_ALL);
But I cannot see any points as I specified. What is the problem?
Attn: Forum Administrator
I searched in archieved forum for this topic, but i am getting some error messages when I click the link "Next" from any message. This is for your kind attention. Thanks.