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

    Custom Handles

    SDK Help
    0
    3
    480
    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 08/03/2003 at 23:55, xxxxxxxx wrote:

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

      ---------
      next question,is it possible to make your own custom handles?

      I mean rather than using the BaseDraw->Handle3D can i somehow use any baseDraw object as an active handle for manipulating my object? (for instance if possible i would like to make cubic handles that the user can define the size of among other things).

      If it's possible, how do I do this?

      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 09/03/2003 at 01:41, xxxxxxxx wrote:

        The Handle3D() function doesn't make a handle, it just draws a handle shape, you still have to handle the mouse events yourself, so you can draw any shape you like as a handle, take a look at the SDK examples, such as Spherify, it has a number of Handle functions MoveHandle(), DetectHandle().

        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 10/03/2003 at 00:16, xxxxxxxx wrote:

          ok, thankyou, i'll get there in the end 😄

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