Get Geometry Components Node

Get Geometry Components node.

The Get Geometry Components node extracts a single component from the input geometry.

It can be used to isolate one geometry type, modify it, and merge it back without splitting and handling all other component types.

输入

几何数据

The input geometry.

类型

The type of geometry component to extract.

移除

Remove the extracted component from the geometry output.

输出

几何数据

The extracted geometry component. If the selected component does not exist, an empty geometry is output.

组件

The input geometry with the extracted component removed when Remove is enabled. Otherwise, this is the unchanged input geometry.

存在

Whether the input geometry contains the selected component. This only checks whether the component exists, not whether it contains any elements.