Duplicate Elements Node#

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.

Inputs – Уводи#

Geometry – Геометрія

Standard geometry input.

Selection – Вибрання

Boolean field that is true for parts of the geometry to be deleted.

Amount – Величина

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.

Properties – Властивості#

Домен – Domain

The type of geometry element to duplicate

Вказування – Point:

Duplicate the points of meshes, curves, or point clouds. Any other elements will not be included in the output.

Edge – Край:

Duplicate mesh edges. Faces will not be included in the output.

Faces – Грані:

Duplicate mesh faces. Each duplicated face will be separate, in other words they will not share edges with other faces.

Сплайн – Spline:

Individual curves from the input curves component will be duplicated.

Примірники:

Input top-level instances will be duplicated.

Вивід – Output#

Geometry – Геометрія

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.

Examples – Приклади#

../../../../_images/modeling_geometry-nodes_geometry_duplicate-elements_instance.png

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.