Node Set Spline Type#

from geonodes import nodes

node = nodes.SetSplineType(curve=None, selection=None, spline_type='POLY')

Blender Image

Args:#

Input socket arguments:#

Node parameter arguments:#

  • spline_type (str): default = ‘POLY’ in (‘CATMULL_ROM’, ‘POLY’, ‘BEZIER’, ‘NURBS’)

Output sockets:#

Implementation#

Class or method name

Definition

Spline

set_type

def set_type(self, spline_type='POLY'):

type

@property
def type(self):

type

`@type.setter

<br> def type(self, attr_value):`

Go to top - main - nodes - nodes menus