Split To Instances Node

Split to Instance node.

Splits a selection of geometry elements (such as faces) into groups, then turns each group into an instance.

入力

Geometry(ジオメトリ)

標準のジオメトリ入力です。

Selection(選択)

Boolean field indicating which geometry elements to include.

Group ID

Integer field indicating which group each element belongs to. Elements with the same ID will be moved into the same output instance.

Properties(プロパティ)

Domain(ドメイン)

The type of geometry to extract and split. This is also the domain on which the Selection and Group ID fields are evaluated.

Point(ポイント):

Points, spline control points, and vertices.

Edge(辺):

Mesh edges.

Face(面):

Mesh faces.

Spline(スプライン):

Curve splines.

Instance(インスタンス):

Top-level instances. Realized instances are ignored.

レイヤー:

Grease Pencil layers.

注釈

Geometry that doesn't match the selected domain will be removed. For example, if you choose Edge, any faces, splines, and instances in the input geometry will be lost.

Output(出力)

Instances(インスタンス)

The instances containing the grouped geometry elements.

Group ID

Group ID of each instance.

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

In the example above, we start with a grid of 1000x1000 square faces serving as "pixels." Then, we group these faces into patches by assigning them a group ID sampled from a Voronoi texture, and move each resulting instance by a random amount along the Z axis.

Note that, because the texture outputs floating point values between 0 and 1 while the group ID is an integer, all the values would be rounded to 0 or 1 and we would only get two groups. To get more variation, we multiply the texture value by 1000.