IN_SetViewPosition

image\bltlrgsq_shg.gif Editions  image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif Example

The IN_SetViewPosition function displays the 3D image according to one of several predefined 3D views.

Syntax

int IN_SetViewPosition( docwinID, view_position )

Parameters

Values

Meaning

IN_DOCWIN docwinID

0 | docwinID

active | specific

int view_position

IN_3DVIEW_ISOMETRIC (0)
IN_3DVIEW_FRONT (1)
IN_3DVIEW_BACK (2)
IN_3DVIEW_LEFT (3)
IN_3DVIEW_RIGHT (4)
IN_3DVIEW_TOP (5)
IN_3DVIEW_BOTTOM (6)

Isometric view
Front view
Back view
Left view
Right view
Top view
Bottom view

Remarks

Available for 3D documents only.

Release information

Added to Imagenation for Windows in Release 6.2.

Not yet available in Imagenation for UNIX.

See also

3D Documents

Rotating 3D images