yucad3d

CadViewPutAngles

Sets the angles of the view.

void CadViewPutAngles ( YuHandle hDwg, void* hWin, double AngHor, double AngVer );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
hWin (void*)
Host window handle (Win32 HWND, passed as an opaque pointer).
AngHor (double)
Numeric value (double precision).
AngVer (double)
Numeric value (double precision).

Return Value

None.

See Also