Houdini 20.0 hapi

hapi.getSphereInfo function

Get the sphere info on a geo part (if the part is a sphere).

Usage

getSphereInfo(session: hapi.Session, geo_node_id: int, part_id: int) → hapi.SphereInfo

Get the sphere info on a geo part (if the part is a sphere).

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 sphere_info as a hapi.SphereInfo.

hapi