THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/07/2003 at 06:50, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 7.303
Platform: Windows ;
Language(s) : C.O.F.F.E.E ;
---------
Hi
I am trying to exeute Functions->Connect command using COFFEE. I used this code:
vObj=doc->FindObject("Group1");
conSlab = vObj->GetContainer();
SendModelingCommand(MCOMMAND_SELECTCONNECTED, doc, vObj, conSlab, MODIFY_ALL);
GeEventAdd(REDRAW_ALL);
But it doesn't seem to work. Can any one help me?