perspective property

perspective property

Gets and sets the angle at which a ThreeDFormat object can be viewed.

Definition:

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

See Also