Skip to main content

Set Position

Overview

Modifies the vertex positions of a mesh by applying a specific position, a list of positions, or a translation offset.


Inputs

NameTypeDescription
InputMeshDataThe source mesh to be modified.
SelectionintAn index or mask used to filter which vertices are affected by the operation.
Position ListList<Vector3>A collection of target coordinates.
OffsetVector3A translation vector added to the current vertex positions.

Outputs

NameTypeDescription
OutputMeshDataThe mesh with updated vertex coordinates.

Parameters

This node does not expose additional parameters.


Behavior Notes