yucad3d

CadViewPutPoint

Sets the point of the view.

void CadViewPutPoint ( YuHandle hDwg, void* hWin, double X, double Y, double Z );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
hWin (void*)
Host window handle (Win32 HWND, passed as an opaque pointer).
X (double)
World coordinate.
Y (double)
World coordinate.
Z (double)
World coordinate.

Return Value

None.

See Also