Usage ¶
getInputCurveInfo(session
: hapi.Session, node_id
: int
, part_id
: int
) → hapi.InputCurveInfo
Retrieve meta-data about the input curves, including the curve’s type, order, and whether or not the curve is closed and reversed.
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.InputCurveInfo.