Usage ¶
getBoxInfo(session
: hapi.Session, geo_node_id
: int
, part_id
: int
) → hapi.BoxInfo
Get the box info on a geo part (if the part is a box).
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.
geo_node_id
The geo node id.
part_id
The part id of the
Returns box_info as a hapi.BoxInfo.