Geometry Nodes: Add "Is Edge Smooth" node #104610
BIN
manual/images/node-types_GeometryNodeInputEdgeSmooth.png
(Stored with Git LFS)
Normal file
BIN
manual/images/node-types_GeometryNodeInputEdgeSmooth.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -14,6 +14,7 @@
|
||||
face_group_boundaries.rst
|
||||
face_neighbors.rst
|
||||
face_is_planar.rst
|
||||
is_edge_smooth.rst
|
||||
is_shade_smooth.rst
|
||||
mesh_island.rst
|
||||
shortest_edge_paths.rst
|
||||
|
36
manual/modeling/geometry_nodes/mesh/read/is_edge_smooth.rst
Normal file
36
manual/modeling/geometry_nodes/mesh/read/is_edge_smooth.rst
Normal file
@ -0,0 +1,36 @@
|
||||
.. index:: Geometry Nodes; Is Edge Smooth
|
||||
.. _bpy.types.GeometryNodeInputEdgeSmooth:
|
||||
|
||||
********************
|
||||
Is Edge Smooth Node
|
||||
********************
|
||||
|
||||
.. figure:: /images/node-types_GeometryNodeInputEdgeSmooth.png
|
||||
:align: right
|
||||
:alt: Is Edge Smooth Node.
|
||||
|
||||
The *Is Edge Smooth* node outputs true for each edge of the mesh that is *not* marked as sharp. Otherwise, if the edge
|
||||
*is* marked as sharp, then the node outputs false.
|
||||
|
||||
.. seealso::
|
||||
|
||||
:ref:`Mark Sharp & Clear Sharp <bpy.ops.mesh.mark_sharp>`
|
||||
|
||||
|
||||
Inputs
|
||||
======
|
||||
|
||||
This node has no inputs.
|
||||
|
||||
|
||||
Properties
|
||||
==========
|
||||
|
||||
This node has no properties.
|
||||
|
||||
|
||||
Outputs
|
||||
=======
|
||||
|
||||
Smooth
|
||||
Boolean value that indicates whether the edges of the mesh are *not* marked as sharp.
|
Loading…
Reference in New Issue
Block a user