orthographic property

orthographic property

Gets or sets the orthographic.

Definition:

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

See Also