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

    Get points of a hypernurb object

    SDK Help
    0
    5
    371
    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 15/01/2006 at 06:57, xxxxxxxx wrote:

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

      ---------
      hello,
       
      how can i get the point array of a hypernurb object?
      If its a point object its easy to write
      Vector *array = ptrObj->GetPoint();
      But with hypernurbs it doesn´t work. But i won´t translate the hypernurb objetc to a point object.
      Can you help me? If you know what i mean?

      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 15/01/2006 at 13:12, xxxxxxxx wrote:

        Do you want the HyperNURBS control points or the resulting polygonal mesh points? If the latter, you need to convert the HyperNURBS into a polygonal mesh to get at these points using SendModelingCommand(MCOMMAND_CURRENTSTATETOOBJECT...). The result of this is a polygonal object.

        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 15/01/2006 at 21:27, xxxxxxxx wrote:

          Oh, no. I need the resulting polygonal mesh points to edit them. I want to keep the advantages of a Hypernurb. It is possible ?

          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 16/01/2006 at 02:24, xxxxxxxx wrote:

            As far as I know, not possible. You can manipulate the HN control points or the underlying mesh (if the child is polygonal), but in order to get at the mesh points resulting from the HN it is required to 'permanently' convert it to a polygonal mesh. If the action is temporary and non-modifying, you can clone and convert, but if the edits are to be made permanently on the HN object, I don't think that can be done.

            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 16/01/2006 at 07:03, xxxxxxxx wrote:

              Thanks for that info. It´s a pity, now i have to find an other way to implement my idea.

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