Skip to main content

Fit Curve

Overview

Deforms the input mesh to fit along a curve.


Inputs

NameTypeDescription
Geometry InputMeshDataIncoming mesh to be deformed.
Curve InputCurveCurve used as the deformation guide.

Outputs

NameTypeDescription
OutputMeshDataMesh deformed to fit the input curve.

Parameters

NameTypeDefaultDescription
Deformation AxisDeformationAxisDeformationAxis.XAxis of the mesh used for deformation along the curve.

Behavior Notes

  • The mesh is deformed along the provided curve based on the selected Deformation Axis.
  • The orientation and scale of the result depend on both the mesh’s original alignment and the shape of the curve.
  • If no curve is provided, the input mesh is passed through unchanged.