Duplicate Elements Node
The Duplicate Elements node creates a new geometry with the specified elements from the input duplicated an arbitrary number of times. The positions of elements are not changed, so all of the duplicates will be at the exact same location.
Entradas
- Geometría
Standard geometry input.
- Selección
Boolean field that is true for parts of the geometry to be deleted.
- Cantidad
Field indicating how many times each input element should be duplicated. If the value is zero for an element, it will not be included in the output at all.
Propiedades
- Dominio
The type of geometry element to duplicate
- Punto
Duplicate the points of meshes, curves, or point clouds. Any other elements will not be included in the output.
- Arista
Duplicate mesh edges. Faces will not be included in the output.
- Caras
Duplicate mesh faces. Each duplicated face will be separate, in other words they will not share edges with other faces.
- Curva
Individual curves from the input curves component will be duplicated.
- Instancias
Input top-level instances will be duplicated.
Salida
- Geometría
Standard geometry output.
- Duplicate Index
An attribute field with a value for every output element describing which duplicate of the corresponding input. The value for every input element will start at 0 and increase to Amount - 1.
Ejemplos
Combined with the Geometry to Instance Node, this can be used to create a basic efficient «Array» operation. This should be more efficient because the duplicates are instances.
The «Duplicate Index» is used to move each instance in the result a different amount.