ortho_height property

ortho_height property

Gets or sets the height when frustum in orthographic projection.

Definition:

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

See Also