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

    difference between Container and Dialog

    SDK Help
    0
    2
    240
    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

      On 17/04/2013 at 05:29, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   14 
      Platform:      Mac OSX  ; 
      Language(s) :     C++  ;

      ---------
      hey 
      where can i finde information to this topic i try to create a container and found a example with some items but i don`t find information for

      - Colorfield 
      - filename
      - vector

      thanks

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

        On 17/04/2013 at 05:57, xxxxxxxx wrote:

        i guess with container you mean a basecontainer. the id enumaerations connected

        to the objects can all be found in the /modules and /ressource/api folder. they are
        stored in the header file format. you will need a text file serach software for that, 
        like for example agent ransack.

        as an alternative you can use the c4d console by dragging the attribute into the
        console promt, but this will give you only the integer representation of that id, not
        the enumeration reference.

        there also some classes which have methods which to grant quick access to some
        attributes, like for example BaseDocument.GetDocumentName() / GetDocumentPath().

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