Нода «Разделить на экземпляры» (split to instances node)#

Нода ":abbr:`Разделить на экземпляры (Split to Instances)`".

The Split to Instances node splits up geometry elements into Экземпляры (instances), based on a Group ID.

Входы (inputs)#

Геометрия (geometry)

Стандартный вход геометрии.

Выделение (selection)

Boolean field that is true for parts of the geometry to be evaluated. Parts not in the selection will not be in the node’s output.

ID группы (group ID)

ID field (integer) used to distinguish different groups.

Свойства#

Домен (domain)

Домен, в котором оцениваются поля Selection и Group ID.

Точка (point):

Поля оцениваются по точкам, контрольным точкам и вершинам геометрии.

Ребро/край (edge):

Поля оцениваются по рёбрам меша.

Грани (faces):

Поля оцениваются по граням меша.

Cплайн (spline):

Поля оцениваются по сплайнам в компоненте-кривой.

Экземпляры (instances):

Поля оцениваются по экземплярам верхнего уровня. Реализованные экземпляры игнорируются.

Примечание

When selecting a domain that doesn’t modify all components, the unmodified components will not be present in the output.

Вывод (output)#

Экземпляры (instances)

input geometry splitted up as instances.

ID группы (group ID)

ID field from the input Group ID

Примеры#

../../../../_images/modeling_geometry-nodes_geometry_split-to-instances_example.png

Here, a grid is split into instances based on a voronoi texture, then translated randomly in Z. Note that the GroupID field expects different integers values (0, 1, 2, 3…), not floats (0.1, 0.2, 0.3), which is why the color needs to be multiplied by 1000.#