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

    How can get the visibility of the every point/edge/face?

    Cinema 4D SDK
    python
    2
    3
    558
    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.
    • L
      LingZA
      last edited by

      How can get the visibility of the every point/edge/face in python api?

      1 Reply Last reply Reply Quote 0
      • CairynC
        Cairyn
        last edited by

        Use any of the functions

        PointObject.GetPointH(self)
        PolygonObject.GetPolygonH(self)
        PolygonObject.GetEdgeH(self)
        
        L 1 Reply Last reply Reply Quote 2
        • L
          LingZA @Cairyn
          last edited by

          Thanks so much!!!

          Your answer makes me understand that PolygonObject.GetPolygonS(self) and PolygonObject.GetPolygonH(self) respectively represent selection states in a list from BaseSelect and visibility states in a list from BaseSelect.

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