Node Sample Nearest#

from geonodes import nodes

node = nodes.SampleNearest(geometry=None, sample_position=None, domain='POINT')

Blender Image

Args:#

Input socket arguments:#

Node parameter arguments:#

  • domain (str): default = ‘POINT’ in (‘POINT’, ‘EDGE’, ‘FACE’, ‘CORNER’)

Output sockets:#

Implementation#

Class or method name

Definition

Corner

sample_nearest

def sample_nearest(self, sample_position=None):

Edge

sample_nearest

def sample_nearest(self, sample_position=None):

Face

sample_nearest

def sample_nearest(self, sample_position=None):

Geometry

sample_nearest

def sample_nearest(self, sample_position=None, domain='POINT'):

Vertex

sample_nearest

def sample_nearest(self, sample_position=None):

Go to top - main - nodes - nodes menus