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

    Create a circle with specific area size.

    Cinema 4D SDK
    python
    2
    3
    539
    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.
    • mfersaouiM
      mfersaoui
      last edited by

      Hi,

      I'm searching a formula to calculate a circle radius from a given area size. I want to create a circle with same area size as an another rectangle.

      Thanks.

      1 Reply Last reply Reply Quote 0
      • P
        PluginStudent
        last edited by

        Well,

        A = π r²

        so

        r = √(A / π)

        mfersaouiM 1 Reply Last reply Reply Quote 1
        • mfersaouiM
          mfersaoui @PluginStudent
          last edited by

          @PluginStudent
          Thank you.

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