Point Separate Node

../../../_images/modeling_geometry-nodes_point_point-separate_node.png

The Point Separate node.

The Point Separate node produces two geometry outputs. Based on the Mask input, the point cloud component of the input geometry is split between the two outputs.

ちなみに

This node can be combined with the Attribute Compare node for a more precise control of which points are separated to a given output geometry.

入力

Mask

The name of the attribute used to calculate which geometry output each point will belong to. Any value of true will move the point to the second output, and any value of false will move the point to the first output. If the attribute data type is not Boolean, the value will be implicitly converted, such that negative values are false and positive values are true.

Properties

このノードにはプロパティがありません。

出力

Geometry 1

Points with a Mask attribute value of "false" will be moved to the first output.

Geometry 2

Points with a Mask attribute value of "true" will be moved to the second output.