normal_vector property

normal_vector property

Returns or sets a normal vector. To be more precise, this attribute defines a vector normal to the face of the backdrop plane. Vector represented by array of 3 float values which define X, Y and Z coordinates. Read/write float[].

Definition:

@property
def normal_vector(self):
    ...

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

See Also