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

    Show "Hidden" Points?

    Cinema 4D SDK
    2023 python
    2
    3
    284
    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.
    • B
      bentraje
      last edited by

      Hi,

      For some reason I have hidden points. I can confirm that they are hidden because GetPointH returns a value.

      Ultimately, I want all points to be connected.
      Is this possible?

      P.S. In this thread, it says I can do it through the visibility state but I can't seem to find that state in the BaseSelect documentation.

      hidden_points_gif.gif

      hidden_points_spline.c4d

      1 Reply Last reply Reply Quote 0
      • ManuelM
        Manuel
        last edited by

        Hi,

        your segment tag do not include those points. You must update it.

        op.SetSegment(0, 16, False)
        

        Of course, if you want more than one segments, you must provide the right code.

        This might happen if you changed the point count without updating the segments or defining them.

        Cheers,
        Manuel

        MAXON SDK Specialist

        MAXON Registered Developer

        1 Reply Last reply Reply Quote 0
        • B
          bentraje
          last edited by

          @Manuel

          RE: This might happen if you changed
          Yep yep this is what I'm currently doing. hehe

          Anyhow, your code works.

          Thanks!

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