How to use vectors in python

I’m trying to write bits of dynamo in python.
image
How do I write the Vector.ZAxis in the script?

image

I get the error >> Traceback (most recent call last):
File “”, line 22, in
TypeError: expected Plane, got builtin_function_or_method<<

Ah… Anyone reading this…

I just found out if I add () it works.

image

2 Likes