Houdini 21.0 Nodes APEX nodes

geoutils::Wrangle

Runs a VEX snippet on the incoming geometry.

On this page
Since 21.0

Runs a VEX snippet on the incoming geometry. This is a convenience wrapper around sop::attribvop.

Inputs

geo0: Geometry

The first geometry input to the VEX wrangle.

geo1: Geometry

The second geometry input to the VEX wrangle.

geo2: Geometry

The third geometry input to the VEX wrangle.

geo3: Geometry

The fourth geometry input to the VEX wrangle.

snippet: String

The VEX snippet to run over the geometry.

dataclass: Int

The type of data on the geometry to run the VEX snippet over:

  • 0 - detail

  • 1 - primitives

  • 2 - points

  • 3 - vertices

Defaults to 2 (points).

Outputs

geo: Geometry

The processed geometry.

See also

APEX nodes