yucad3d

CadGetViewCoefs

Zoom/pan step coefficients used by the zoom/pan commands.

void CadGetViewCoefs ( double* pZoomVal, double* pPanHor, double* pPanVer );

Parameters

pZoomVal (double*)
Caller-supplied output pointer.
pPanHor (double*)
Caller-supplied output pointer.
pPanVer (double*)
Caller-supplied output pointer.

Return Value

None.

See Also