Nodo Esquinas de borde

El nodo Esquinas de borde.

Selects a neighboring face corner of an edge and outputs its index.

This node is a bit special because it operates in two different domains. First, it evaluates a Weight for each corner in the geometry. Then, for each item in the context domain, it will:

  • Pick an edge from the geometry based on the Edge Index.

  • Find some (not all) face corners connected to this edge – see below.

  • Sort these corners by their associated weight.

  • Pick a corner from the above sorted list based on the Sort Index, where 0 means the corner with the lowest weight, 1 means the corner with the second-lowest weight and so on.

  • Devolverá el identificador de esta esquina a nivel de geometría.

Advertencia

As illustrated below, the node only looks at one corner per connected face. Even though the edge has four neighboring corners, Corner Index can only return the indexes of two of them, and Total will similarly return 2.

You can use the Nodo Desplazar esquina en cara to retrieve the indexes of the other corners.

../../../../_images/modeling_geometry-nodes_corners-of-edge_explanation.png

A graphic for which corners are returned for a given edge

  • Rojo: el borde seleccionado.

  • Azul: las esquinas cuyos identificadores podrán ser obtenidos usando este nodo.

  • Morado: las esquinas que podrán ser obtenidas desplazando los identificadores de la esquina azul, usando el Nodo Desplazar esquina en cara.

Entradas

Identificador de borde

El identificador del borde para el cual encontrar esquinas conectadas.

Nota

If this input is not connected, it uses the index of the context item, which means it’s important that the node is evaluated in the Edge domain.

Influencias

The weights of the corners in the geometry. Unlike the other inputs which follow the context domain, this one is always evaluated in the Face Corner domain.

The corners are sorted by their associated weight in ascending order. Corners with the same weight are sorted by their index.

Identificador de ordenamiento

El identificador de la esquina del borde a ser seleccionada (iniciando en 0). Si este valor se encontrara fuera del rango de identificadores válidos, volverá a iniciar desde 0.

Propiedades

Este nodo no contiene propiedades.

Salidas

Identificador de esquina

El identificador de la esquina seleccionada, a nivel de la geometría. Será posible pasarlo al Nodo Evaluar en identificador o el Nodo Muestrear identificador (con su dominio definido en Esquina de cara) para obtener detalles acerca de la esquina.

If the edge has no connected corners, Corner Index will be zero.

Total

La cantidad de caras (¡no esquinas de cara!) conectadas al borde.

Ver también

The page for the Nodo Bordes de vértice has an example of how to work with the different domains.