Usage ¶
getGeoInfo(session: hapi.Session, node_id: int) → hapi.GeoInfo
Get the geometry info struct (::HAPI_GeoInfo) on a SOP node.
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.
node_id
The node id.
Returns geo_info as a hapi.GeoInfo.