Usage ¶
getHIPFileNodeCount(session
: hapi.Session, id
: int
) → int
Gets the number of nodes that were created as a result of loading a .hip file
session
The session of Houdini you are interacting with. See hapi.Session for more on sessions. Pass None to just use the default in-process session.
id
The HIP file id.
Returns count as a int
.