Node Align Euler to Vector#

from geonodes import nodes

node = nodes.AlignEulerToVector(rotation=None, factor=None, vector=None, axis='X', pivot_axis='AUTO')

Blender Image

Args:#

Input socket arguments:#

Node parameter arguments:#

  • axis (str): default = ‘X’ in (‘X’, ‘Y’, ‘Z’)

  • pivot_axis (str): default = ‘AUTO’ in (‘AUTO’, ‘X’, ‘Y’, ‘Z’)

Output sockets:#

Implementation#

Class or method name

Definition

Vector

align_euler_to_vector

def align_euler_to_vector(self, factor=None, vector=None, axis='X', pivot_axis='AUTO'):

AlignToVector

@classmethod
def AlignToVector(cls, factor=None, vector=None, axis='X', pivot_axis='AUTO'):

Global functions

align_euler_to_vector

def align_euler_to_vector(rotation=None, factor=None, vector=None, axis='X', pivot_axis='AUTO'):

Go to top - main - nodes - nodes menus