Nodo Esquinas de vértice¶

Permitirá seleccionar una esquina de cara adyacente a un vértice y devolverá su identificador.
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:
Escogerá un vértice de la geometría basándose en el Identificador de vértice.
Encontrará las esquinas de caras adyacentes a este vértice.
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.
Entradas¶
- Identificador de vértice
El identificador del vértice para el cual encontrar esquinas.
Nota
En caso de que esta entrada se encontrara desconectada, usará el identificador del elemento del contexto, lo que significa que será importante que el nodo sea evaluado en el dominio Punto.
- 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 vértice 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.
- Total
La cantidad de esquinas adyacentes, que coincidirá con la cantidad de caras.
Ver también
The page for the Nodo Bordes de vértice has an example of how to work with the different domains.