Houdini 20.0 Nodes VOP nodes

Get Point Transform VOP node

Returns a point transform for a given point index.

On this page
Since 18.5

This operator returns a point transform for a given point index. It builds the transform from the v@P and 3@transform attributes.

Parameters

Signature

By Point Number:

By Name:

File

Specifies the input or operator location for the geometry file on which to query the attributes.

Geometry Path

Specifies the operator path that points to a SOP node.

This parameter is only available when File is set to Operator Path.

Point Number

Specifies an integer representing the point index to query. When not connected, you can write a point group string for this parameter. By default, the first point index from the point group expansion is used.

Point Name

Specifies a string that represents the point name to query.

Inputs

file

A geometry file on which to query the attributes.

pt

An integer representing the point index to query. By default, the first point index from the point group expansion is used.

Outputs

outfile

A pass through returning resolved File input or Geometry Path.

ptnum

An integer representing a point ID. Outputs the resolved target point ID.

xform

The world transform for the point.

localxform

The local transform for the point.

efflocalxform

The effective local transform for the point.

scaleinheritance

The scale inheritance mode of the point.

See also

VOP nodes