Houdini 20.5 Nodes APEX nodes

dynamicpath::LoadFromGeometry

Loads a dynamic path from the geometric representation of a dynamic path.

On this page
Since 20.0

Attempts to interpret a geometry as a dynamic path.

When interpreting a geometry as a dynamic path, each point is treated as a sample on the path. The P point attribute is the position of the sample, and the time point attribute is the time of the sample. The v and sourcetime attributes can optionally be used to define the velocity and source time at each sample.

Inputs

geo: Geometry

A geometric motion path to be interpreted as a dynamic path.

Outputs

path: ApexDynamicPath

The dynamic path representation of the geo input. If the input geometry cannot be interpreted as a dynamic path, this dynamic path is empty.

See also

APEX nodes