up property

up property

Gets or sets the up vector of the plane, default value is (0, 1, 0), this affects the generation of the plane

Definition:

@property
def up(self):
    ...
@up.setter
def up(self, value):
    ...

See Also