Geometry Nodes: new Curve Line node
rB29d6750134c4e42a2c5ff12040aa78f98720cf5c
This commit is contained in:
parent
053603ed3b
commit
2eb9e1d3b5
BIN
manual/images/modeling_geometry-nodes_curve-primitives_line_node.png
(Stored with Git LFS)
Normal file
BIN
manual/images/modeling_geometry-nodes_curve-primitives_line_node.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
||||||
|
49
manual/modeling/geometry_nodes/curve_primitives/line.rst
Normal file
49
manual/modeling/geometry_nodes/curve_primitives/line.rst
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user