alias_api.AlOrthographicCamera

class alias_api.AlOrthographicCamera

Bases: AlCamera

Orthographic modeling cameras.

This class provides an interface to orthographic cameras, primarily so that one can manipulate the image planes on those cameras. In general, little can be done to ortho cameras, as they are more of a modeling tool than geometry. In that regard, this class contains little functionality.

It is possible to create a new orthographic camera through the create() call. The valid parameters to that call are defined in AlWindow.h. Note that creating an orthographic camera automatically creates the associated modeling window.

copy_wrapper(self: alias_api.AlOrthographicCamera) alias_api.AlObject

Return an exact duplicate of this AlOrthographicCamera wrapper.

create(self: alias_api.AlOrthographicCamera, view_type: alias_api.AlWindow.AlViewType) int

Creates AlOrthographicCamera with the associated window.

delete_object(self: alias_api.AlOrthographicCamera) int

Delete the AlOrthographicCamera from the Alias Universe.

property name

Get or set the AlOrthographicCamera name.

type(self: alias_api.AlOrthographicCamera) alias_api.AlObjectType

Return the AlOrthographicCamera type identifier.