orient property

orient property

Gets or sets the orient. Describes the orientation of the object frame.

Definition:

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

See Also