THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 10/05/2012 at 15:49, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 13
Platform: Windows ; Mac ;
Language(s) : C++ ;
---------
Hey Everyone,
I am wondering if this is possible and if so what in the SDK should I look for to achieve it.
I have sweepNurbs object that uses a spline object that I have allocated. I fill the spline object with points and move them to where I want them. I then return the sweep nurbs through GetVirtualObjects();
My question is, I would like to allow the user to have direct access to the points in the spline object which is a child of my sweep nurbs. Is it possible to draw handles that are associated with each point in the spline and then allow the user to move the handle which will move the spline points?
Essentially I would like to allow users to be able to click on the spline points and move them through my Object plugin.
Any help you could provide would be great.
Thanks,
~Shawn