optics property

optics property

Gets or sets the optics. Describes the field of view and viewing frustum using canonical parameters.

Definition:

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

See Also