path property

path property

Specifies the path primitive followed by coordinates for the animation motion. Read/write IMotionPath.

Definition:

@property
def path(self):
    ...

@path.setter
def path(self, value):
    ...

See Also