Node Separate Components#

from geonodes import nodes

node = nodes.SeparateComponents(geometry=None)

Blender Image

Args:#

Input socket arguments:#

Output sockets:#

Implementation#

Class or method name

Definition

Geometry

separate_components

@property
def separate_components(self):

mesh_component

@property
def mesh_component(self):

curve_component

@property
def curve_component(self):

points_component

@property
def points_component(self):

volume_component

@property
def volume_component(self):

instances_component

@property
def instances_component(self):

Go to top - main - nodes - nodes menus