Node Points of Curve#

from geonodes import nodes

node = nodes.PointsOfCurve(curve_index=None, weights=None, sort_index=None)

Blender Image

Args:#

Input socket arguments:#

Output sockets:#

Implementation#

Class or method name

Definition

Curve

points_of_curve

def points_of_curve(self, curve_index=None, weights=None, sort_index=None):

Spline

points

def points(self, weights=None, sort_index=None):

Go to top - main - nodes - nodes menus