Editions
Related Functions
Example
The IN_SetView3dMode function switches the document display between 2D Projection and 3D Model modes.
Syntax
int IN_SetView3dMode( docwinID, view_mode )
|
Parameters |
Values |
Meaning |
|
IN_DOCWIN docwinID |
0 | docwinID |
active | specific |
|
int view_mode |
IN_3DVIEWMODE_MODEL (1) |
3D view |
Remarks
Available for 3D documents only.
A 3D document can be displayed as a series of two-dimensional views in a single 2D drawing. You can then view the document as you would any other two-dimensional drawing.
Release information
Added to Imagenation for Windows in Release 6.2.
Not yet available in Imagenation for UNIX.
See also