Usage ¶
getCurveInfo(session
: hapi.Session, node_id
: int
, part_id
: int
) → hapi.CurveInfo
Retrieve any meta-data about the curves, including the curve’s type, order, and periodicity.
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.
part_id
The part id.
Returns info as a hapi.CurveInfo.