RotToViewCAD

  Functions >

RotToViewCAD

Previous pageReturn to chapter overviewNext page

The RotToViewCAD function sets beforehand specified views for CADImage.

 

Syntax:

 

int RotToViewCAD(

  HANDLE Handle

    int ViewDirection

);

 

 

Parameters:

 

Handle

Identifies the CADImage object handle.

ViewDirection

Can have the following values:

Value

Meaning

1

2

3

4

5

6

7

8

9

10

vdTop

vdBottom

vdLeft

vdRight

vdFront

vdBack

vdSWIsometric

vdSEIsometric

vdNWIsometric

vdNEIsometric

 

 

Return Value:

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero. To get extended error information, call GetLastErrorCAD.

 

 

See Also

CADCreate  | SetRotateCAD


© 2003-2024 CADSoftTools

Go to CAD DLL