47 lines
1.1 KiB
ReStructuredText
47 lines
1.1 KiB
ReStructuredText
.. index:: Geometry Nodes; Handle Type Selection
|
|
.. _bpy.types.GeometryNodeCurveHandleTypeSelection:
|
|
|
|
**************************
|
|
Handle Type Selection Node
|
|
**************************
|
|
|
|
.. figure:: /images/node-types_GeometryNodeCurveHandleTypeSelection.webp
|
|
:align: center
|
|
:alt: The Handle Type Selection node.
|
|
|
|
Creates a selection based on the handle types of the control points.
|
|
|
|
The handle type of each control point can be changed with the
|
|
:doc:`/modeling/geometry_nodes/curve/write/set_handle_type`.
|
|
|
|
Inputs
|
|
======
|
|
|
|
This node has no inputs.
|
|
|
|
|
|
Properties
|
|
==========
|
|
|
|
Mode
|
|
Whether to consider left and/or right handles.
|
|
When both are selected, the output value is true
|
|
if either of the handles are of the chosen type.
|
|
|
|
:Left:
|
|
Consider the left handle.
|
|
:Right:
|
|
Consider the right handle.
|
|
|
|
Handle Type
|
|
Handle type for which the selection will be true.
|
|
See the :ref:`Bézier curves <curve-bezier-handle-type>` page for more details
|
|
on the different handle types.
|
|
|
|
|
|
Outputs
|
|
=======
|
|
|
|
Selection
|
|
Boolean field set to true wherever the handle type matches.
|