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

    GeClipMap

    Scheduled Pinned Locked Moved SDK Help
    4 Posts 0 Posters 305 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 01/12/2004 at 03:07, xxxxxxxx wrote:

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

      ---------
      Hello
      I want to create a customized tool for measuring the attributes of an object   like ( Functions->Measure and Construction ). Can I create the label in the editor window like "Perspective" which is at the upper left corner of the editor window or anywhere I like. I've been trying this using BaseDraw,BaseView,GeClipMap and EditorWindow creating ToolData Plugin.
      I can draw a rectangle on the editor window by using BaseDraw. But I cannot write out the text using GeClipMap.
      I want to know how to write out the text to the editor window.
      Thanks,
      ZawMinTun

      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 05/12/2004 at 04:15, xxxxxxxx wrote:

        Hi,

        did you make sure you have called BeginDraw() before any drawing operation (also make sure to call EndDraw() afterward)?

        If not do so. 🙂

        Some code snippets would surely help identifying the problem.

        Katachi

        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 05/12/2004 at 04:23, xxxxxxxx wrote:

          Argh, sorry, GeClipMap is of course only for Bitmap manipulation (stupid me, but I just woke up an hour ago, so don´t blame me 😉

          I haven´t used the latest R9 for editor drawing operations, but I sort of heard that there are editor text drawing functions included, so this should work.

          I assume they are in the BaseDraw class just as all the others. But also here no guarantee as I am not at home and cannot check.

          HTH

          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 06/12/2004 at 20:45, xxxxxxxx wrote:

            Hello
            Thank you for your reply. I solved this problem in a not-so-good way. Like you say, it is possible through the BaseDraw class.
            With all my best wishes...
            ZawMinTun

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