Houdini 20.0 hapi

hapi.setCurveInfo function

Set meta-data for the curve mesh, including the

Usage

setCurveInfo(session: hapi.Session, node_id: int, part_id: int, info: hapi.CurveInfo) → bool

Set meta-data for the curve mesh, including the curve 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

Currently unused. Input asset geos are assumed to have only one part.

info

The curve info represents the meta-data about the curves, including the type, order, and periodicity.

hapi