41 lines
776 B
ReStructuredText
41 lines
776 B
ReStructuredText
.. index:: Geometry Nodes; Edge Split
|
|
.. _bpy.types.GeometryNodeSplitEdges:
|
|
|
|
****************
|
|
Split Edges Node
|
|
****************
|
|
|
|
.. figure:: /images/node-types_GeometryNodeSplitEdges.webp
|
|
:align: right
|
|
:alt: Split Edges node.
|
|
|
|
Like the :doc:`/modeling/modifiers/generate/edge_split`, the *Split Edges* node splits and duplicates edges
|
|
within a mesh, breaking 'links' between faces around those split edges.
|
|
|
|
|
|
Inputs
|
|
======
|
|
|
|
Mesh
|
|
Standard geometry input.
|
|
|
|
Selection
|
|
A standard Boolean selection input to determine which edges will be split.
|
|
|
|
.. note::
|
|
|
|
Because of mesh topology requirements, sometimes more or fewer edges than are selected will be split.
|
|
|
|
|
|
Properties
|
|
==========
|
|
|
|
This node has no properties.
|
|
|
|
|
|
Outputs
|
|
=======
|
|
|
|
Mesh
|
|
Standard geometry output.
|