Viewport

Overview

Viewport is a class in Aspose.3D FOSS for Python.

Viewport for rendering.

This class declares 1 method for Viewport objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.

Methods

SignatureDescription
__init__(x, y, width, height, min_depth, max_depth)Not implemented in the FOSS edition — throws at runtime. Calls init(x, y, width, height, min_depth, max_depth) on this Viewport instance.

See Also