Module hapi_rs::node

source ·
Expand description

Manipulating Houdini nodes and networks, getting geometry and parameters

Any Houdini nodes is represented as HoudiniNode struct and all node-related functions are exposed as methods on that struct. It has a public info filed with NodeInfo with details about the node.

Nodes can be created with Session::create_node

HoudiniNode is [‘Clone’], Sync and Send

Re-exports

Structs

Enums

Type Definitions