Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can get the visibility of the every point/edge/face in python api?
Use any of the functions
PointObject.GetPointH(self) PolygonObject.GetPolygonH(self) PolygonObject.GetEdgeH(self)
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.