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

    SDK 6.303 : Scene Information Extraction

    SDK Help
    0
    2
    216
    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 28/10/2003 at 16:14, xxxxxxxx wrote:

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

      ---------
      I'd like to iterate through a loaded C4D V6.303 project to analyse every object (geometry, lights, camera etc..) in the scene to formulate some statistics.
       
      I would also need to calculate bounding boxes (largest over a given start and end time) so I would need to be able to retrieve a information base on time.
       
      I am currently looking at possibly using BaseDocument as a starting point. Any advice?
       
      Are there any document for the V6.303 SDK?
       
       
      Cheers
      --
      Nicholas Yue

      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 11/11/2003 at 16:19, xxxxxxxx wrote:

        There never was any documentation for the R6.3 C++  SDK. It was written for R7.
        If AnimateDocument() was there in 6.3 you could use it to iterate through the frames of the document. Otherwise I don't think that's possible.
        BaseDocument is the right starting point. For the most part the R7 SDK documentation will apply to R6.3.

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