44 lines
963 B
ReStructuredText
44 lines
963 B
ReStructuredText
.. index:: Geometry Nodes; Bézier Segment
|
|
.. _bpy.types.GeometryNodeCurvePrimitiveBezierSegment:
|
|
|
|
*******************
|
|
Bézier Segment Node
|
|
*******************
|
|
|
|
.. figure:: /images/node-types_GeometryNodeCurvePrimitiveBezierSegment.webp
|
|
:align: right
|
|
:alt: Bézier Segment Node.
|
|
|
|
The *Bézier Segment* node generates a 2D Bézier spline from the given control points and handles.
|
|
|
|
|
|
Inputs
|
|
======
|
|
|
|
Resolution
|
|
The number of edges on the curve.
|
|
|
|
Start, End
|
|
Positions of the start and end control point of the curve.
|
|
|
|
Start Handle, End Handle
|
|
Positions of the handles used to define the shape of the curve.
|
|
|
|
|
|
Properties
|
|
==========
|
|
|
|
Mode
|
|
:Position:
|
|
The handle inputs are the absolute positions of the handles in 3D space.
|
|
:Offset:
|
|
The handle positions are relative to the control point on the curve.
|
|
The handle inputs give the offset from the control points.
|
|
|
|
|
|
Outputs
|
|
=======
|
|
|
|
Curve
|
|
Bézier spline generated from the inputs.
|