Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware 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

    8.5 & COFFEE

    SDK Help
    0
    1
    122
    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 27/11/2003 at 13:22, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   8.500 
      Platform:   Windows  ; Mac  ;  Mac OSX  ; 
      Language(s) :   C.O.F.F.E.E  ;

      ---------
      8.5 allows you to access BaseLinks in BaseContainer structures.
      To use it write:
        basecontainer->SetObject(id,object);
      and
        var result = basecontainer->GetObject(id,document,instanceof);
      'instanceof' is an additional inheritance check; the parameter is optional. 'document' is the document that contains the BaseList element (for more information on how BaseLinks work please refer to the C++ docs).
      Also available is the function
      var ok = object->IsInstanceOf(instanceof);
      where 'object' is a BaseList element (object, tag, material etc.) and 'instanceof' is an integer.

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