blender-manual/manual/modeling/geometry_nodes/curve/write/set_spline_cyclic.rst

45 lines
1.1 KiB
ReStructuredText

.. index:: Geometry Nodes; Set Spline Cyclic
.. _bpy.types.GeometryNodeSetSplineCyclic:
**********************
Set Spline Cyclic Node
**********************
.. figure:: /images/node-types_GeometryNodeSetSplineCyclic.webp
:align: right
:alt: Set Spline Cyclic node.
The *Set Spline Cyclic* controls whether each spline will loop back on itself.
Each spline has the same number of control points whether or not it is set as cyclic.
But when displaying in the viewport or for operations with other nodes,
a connection will be made between the first and last control points.
The input node for this data is the :doc:`/modeling/geometry_nodes/curve/read/is_spline_cyclic`.
Inputs
======
Curve
Standard geometry input.
Selection
Whether or not to change the cyclic value on each spline. True values mean the value will be changed,
false values mean the value will remain the same.
Cyclic
Whether or not to join the first and last points of each spline.
Properties
==========
This node has no properties.
Outputs
=======
Curve
Standard geometry output.