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

    Maximum coordinate

    SDK Help
    0
    3
    367
    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 01/05/2003 at 10:28, xxxxxxxx wrote:

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

      ---------
      What is the maximum value for the position coordinate of an object (for any axis)?
      Is it +/-9000000202358128640?
      I typed in 999999999999999999999999999999999 into the Coordinates manage and it "snapped" back into 9000000202358128639. So, I assumed it was the limit. Am I correct?
      And what it the maximum value a COFFEE var will support?
      I need this for a new plug-in I'm doing.

      Rui Batista

      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 01/05/2003 at 11:04, xxxxxxxx wrote:

        Please refer to the C++ SDK's contants:

            
            
            #define MAXREAL       ( 9.0e18)  
            #define MINREAL       (-9.0e18)
        

        What you're seeing is the closest representable value.

        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 01/05/2003 at 11:46, xxxxxxxx wrote:

          Thank you very much, Mikael 🙂

          Rui Batista

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