Geometry Nodes: new Curve Line node

rB29d6750134c4e42a2c5ff12040aa78f98720cf5c
This commit is contained in:
Jacques Lucke 2021-07-09 10:49:14 +00:00
parent 053603ed3b
commit 2eb9e1d3b5
3 changed files with 53 additions and 0 deletions

Binary file not shown.

View File

@ -8,6 +8,7 @@
bezier_segment.rst bezier_segment.rst
circle.rst circle.rst
line.rst
quadratic_bezier.rst quadratic_bezier.rst
spiral.rst spiral.rst
star.rst star.rst

View File

@ -0,0 +1,49 @@
.. index:: Geometry Nodes; Curve Line
.. _bpy.types.GeometryNodeCurveLine:
**********
Curve Line
**********
.. figure:: /images/modeling_geometry-nodes_curve-primitives_line_node.png
Line node.
The *Curve Line* node generates poly spline line.
Inputs
======
Start
Position of the first control point.
End
Position of the second control point.
This is only available in the *Points* mode.
Direction
Direction the line is going in.
The length of this vector does not matter.
This is only available in the *Direction* mode.
Length
Length of the poly spline.
This is only available in the *Direction* mode.
Properties
==========
Mode:
:Points:
Define the spline with start and end points.
:Direction:
Define the spline with a start, direction and length.
Outputs
=======
Curve
Standard geometry output.