THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/05/2010 at 00:09, xxxxxxxx wrote:
User Information:
Cinema 4D Version: latest
Platform: Mac OSX ;
Language(s) : C.O.F.F.E.E ;
---------
I'm trying to use GetSplineOffset() but I keep getting a Member not found error. Could anyone point out what I'm doing wrong in my code...?
var circleA=doc->FindObject("CircleSpline.A");
var pointA=circleA->GetSplinePoint(0.25,1);
CircleSpline.A is a circle spline primitive.