I think POPs are missing some Python members. I should be able to:
-get prim vertices via something like n.prims(‘vertices’)
-get if a certain line strip is closed
-get the number of lines, line strips, triangles, quads, point prims of a POP
-the computeBounds method shouldn’t have render and display set to True by default and the recurse argument doesn’t seem to make sense
I might not be aware that some of these methods already exist, but then they might have to be documented in a proper way…