Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Functions->Connect

    SDK Help
    0
    3
    335
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Helper
      last edited by

      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?

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 07/07/2003 at 12:42, xxxxxxxx wrote:

        That isn't the right function. Try MCOMMAND_JOIN instead.

        1 Reply Last reply Reply Quote 0
        • H
          Helper
          last edited by

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          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.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post