Trim Curve Node#

Trim Curve node.

The Trim Curve node shortens each spline in the curve by removing sections at the start and end of each spline.

Bézier splines will still be Bézier splines in the output, with the first and last control point and its handles moved as necessary to preserve the shape. NURBS splines will be transformed into poly splines in order to be trimmed.

Aviso

Currently the Trim Curve node does not support cyclic splines.

Nota

Since curve normals are calculated the final curve, this node may change the resulting normals when the Minimum twist method is used, since the Minimum method considers the entire length of the curve to decide the final normals. In some cases the Capture Attribute Node could be used to avoid this, by saving the original normals to be used later.

Inputs#

Curve

Entrada padrão de geometria com um componente curva.

Seleção

A boolean field input for each curve indicating whether it is trimmed or not.

Início

The factor or length used to determine where to start each output spline.

Nota

If the Start input is larger than the End, then the resulting spline will have a single point, located at the sample location of the Start value.

Fim

The factor or length used to determine where to end each output spline.

Properties#

Mode

How to find endpoint positions for the trimmed spline.

Fator:

Encontra as posições finais usando um fator de cada comprimento de spline. Os valores de entrada devem ser entre 0 e 1.

Length:

Encontra as posições finais usando um comprimento a partir do começo de cada spline. Os valores de entrada devem ser entre 0 e o comprimento das splines.

Saídas#

Curve

Saída padrão de geometria.