enum ProjectionMode in module com::sun::star::drawing::

(Global Index)

Syntax

enum ProjectionMode;

Description

defines whether the 3D objects are to be drawn in perspective or parallel projection.

Values Summary

PARALLEL the 3D objects are drawn in the parallel projection.

PERSPECTIVE the 3D objects are drawn in the perspective projection.

Values Details



PARALLEL

Syntax

PARALLEL,

Description

the 3D objects are drawn in the parallel projection.


PERSPECTIVE

Syntax

PERSPECTIVE,

Description

the 3D objects are drawn in the perspective projection.

Top of Page