POP python members and functions missing

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…

Hello @josefpelz
These Python methods are not yet implemented. I’m adding the request for enhancement to the backlog and will discuss this with the team.

The Recurse argument on ComputeBounds is not used and will be removed.