north_direction_vector property

north_direction_vector property

Gets or sets the north direction vector.

Definition:

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

See Also