Is Face Planar Node#

Is Face Planar Node.

El nodo Es cara plana devuelve si cada uno de los triángulos de un cuadrilátero o enégono se encuentra en el mismo plano que los demás, en otras palabras, si poseen la misma normal.

For example, a non-planar face can be created by moving a single vertex in a face but not the others. Triangles will always be planar.

Entradas#

Umbral

The distance a point can be from the surface before the face is no longer considered planar.

Propiedades#

Este nodo no contiene propiedades.

Salidas#

Planar

Whether each mesh face is planar.

Ejemplos#

../../../../_images/modeling_geometry-nodes_input_face-is-planar_simple.png

Combined with the Nodo Definir material, this node is used to visualize all non-planar faces in a mesh.