Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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?
On 07/07/2003 at 12:42, xxxxxxxx wrote:
That isn't the right function. Try MCOMMAND_JOIN instead.
On 15/07/2003 at 00:45, xxxxxxxx wrote:
Michael, when I use MCOMMAND_JOIN, I'm getting "Variable of Function expected error". I think this command is not available for Ver.7.303 COFFEE. Is it so? I cannot find MCOMMAND_JOIN in the documentation (COFFEE) also. I found David O'Reilly's msg from archived : "the command code 246 does work" Yes, it works now. Thanks.