maxon.NodePath

Description

Reference class for maxon.NodePathInterface.

Inheritance diagram

Inheritance

Parent Class:

Methods Signature

__init__([obj])

Initializes a new node path object.

Methods Definition

NodePath.__init__(obj=None)

Initializes a new node path object.

Parameters

obj (Optional[maxon.NodePath, str, maxon.String]) –

If obj is None, an empty maxon.Nodepath is initialized.
If obj is a maxon.Nodepath this node path is copied.
If obj is a string a maxon.Nodepath is built from it.