Node Domain Size#

from geonodes import nodes

node = nodes.DomainSize(geometry=None, component='MESH')

Blender Image

Args:#

Input socket arguments:#

Node parameter arguments:#

  • component (str): default = ‘MESH’ in (‘MESH’, ‘POINTCLOUD’, ‘CURVE’, ‘INSTANCES’)

Output sockets:#

Implementation#

Class or method name

Definition

CloudPoint

count

@property
def count(self):

ControlPoint

count

@property
def count(self):

Corner

count

@property
def count(self):

Curve

domain_size

@property
def domain_size(self):

point_count

@property
def point_count(self):

spline_count

@property
def spline_count(self):

Edge

count

@property
def count(self):

Face

count

@property
def count(self):

Geometry

domain_size

@property
def domain_size(self, component='MESH'):

Instance

count

@property
def count(self):

Instances

domain_size

@property
def domain_size(self):

Mesh

domain_size

@property
def domain_size(self):

point_count

@property
def point_count(self):

face_count

@property
def face_count(self):

edge_count

@property
def edge_count(self):

corner_count

@property
def corner_count(self):

Points

domain_size

@property
def domain_size(self):

Spline

count

@property
def count(self):

Vertex

count

@property
def count(self):

Go to top - main - nodes - nodes menus