Nodo Separar geometría¶

The Separate Geometry node produces two geometry outputs. Based on the Selection input, the input geometry is split between the two outputs.
Truco
This node can be combined with the Nodo Comparar for a more precise control of which parts are separated to a given output geometry.
Entradas¶
- Geometría
Entrada estándar de geometría.
- Selección
Boolean field used to calculate which output each part of the geometry will go to. Parts in the selection will move to the Selection output. Parts not in the selection will move to the Inverted output.
Propiedades¶
- Dominio
El dominio en el que será evaluado el campo de selección.
- Punto (o Apuntar):
La selección se producirá sobre los puntos, puntos de control o vértices de la geometría.
- Borde:
La selección se producirá sobre los bordes componentes de la malla. Los demás componentes no serán afectados.
- Caras:
La selección se producirá sobre las caras componentes de la malla. Los demás componentes no serán afectados.
- Curva:
The selection is on the splines in the curve component. For each spline, it is either entirely in the selection or not at all. The other components are not modified.
Nota
When selecting a domain that doesn’t modify all components, the unmodified components will appear in both outputs.
Salidas¶
- Selección
Las partes de la geometría dentro de la selección.
- Invertido
Las partes de la geometría fuera de la selección.