Node AccumulateField#

Geometry node name: Accumulate Field
Blender type: Accumulate Field

go to index

Initialization#

from geonodes import nodes
node = nodes.AccumulateField(value=None, group_index=None, data_type='FLOAT', domain='POINT', label=None, node_color=None)

Arguments#

Input sockets#

  • value : data_type dependant

  • group_index : Integer

Parameters#

  • data_type : str (default = ‘FLOAT’) in (‘FLOAT’, ‘INT’, ‘FLOAT_VECTOR’)

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

Node label#

  • label : Geometry node display label (default=None)

  • node_color : Geometry node color (default=None)

Data type dependant sockets#

  • Driving parameter : data_type in (‘FLOAT’, ‘INT’, ‘FLOAT_VECTOR’)

  • Input sockets : [‘value’]

  • Output sockets : [‘leading’, ‘trailing’, ‘total’]

Output sockets#

  • leading : data_type dependant

  • trailing : data_type dependant

  • total : data_type dependant