On 16/03/2018 at 07:09, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform: Windows ;
Language(s) : C++ ;
---------
I have created a parent object (null object as a parent). I want its child to behave like a single object that means all child move together. I make parent object as an active object using the below API.
doc->SetActiveObject(ParentObject, SELECTION_ADD);
But when I click on any child object then child object move independently, there any API that disables the child to move independently.