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

    NGons and C.O.F.F.E.E.

    Scheduled Pinned Locked Moved SDK Help
    6 Posts 0 Posters 463 Views
    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 Offline
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 12/06/2007 at 16:08, xxxxxxxx wrote:

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

      ---------
      Is there any way to retrieve/create NGons on C.O.F.F.E.E. ?   The polygon type seems to be a four-float structure only, suitable for representing only quads and tris.

      Any help would be appreciated.

      Thanks!
      -K

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

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 12/06/2007 at 18:19, xxxxxxxx wrote:

        Hi,

        Sadly there is no N-Gon support in Coffee(maybe in the next upgrade:)) of course you can index the quads and tri's and send a melt command and delete the excess points yourself.

        GoodLuck!

        frank.

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

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 12/06/2007 at 18:32, xxxxxxxx wrote:

          Man did I start using the C.O.F.F.E.E. SDK at the wrong time!!!!

          It seems like C.O.F.F.E.E. isn't up to date at all.

          -K

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

            THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

            On 14/06/2007 at 17:01, xxxxxxxx wrote:

            Well, I figured out how to create my own n-gons from C.O.F.F.E.E, so I can do imports. 🙂 Now if I could figure an easy way to read the ngons from an object within C.O.F.F.E.E. . . .

            🙂

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

              THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

              On 15/06/2007 at 02:32, xxxxxxxx wrote:

              The fastest way is propably to export the n-gons Ascii Data from the structure manager to your start-up path and read the file, then just check if the 'polygon' has more then 4 points and retrieve the point index.

              How elegant is that!

              frank.

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

                THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

                On 15/06/2007 at 06:57, xxxxxxxx wrote:

                Funny you should mention that--I had the same idea.   The only issue is that this would require the user to name the ASCII file and give the name to the COFFEE plugin.   It'll work, I was hoping for something that didn't need user intervention.   🙂

                Thanks for the input--I think I'm going to go with your suggestion for now. Does anyone know if CallCommand() can be augmented to avoid the file prompt in Structure Manager's ASCII export?

                (P.S. I'm using COFFEE because I want the cross-platform support . . . I can go to C++ but then it's a hassle to support both PCs and Macs.)

                Thanks for the replies!
                -K

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