yucad3d

CadCoordDispToWin

Coordinate disp to win.

void CadCoordDispToWin ( YuHandle hDwg, double Xd, double Yd, std::int32_t* pXw, std::int32_t* pYw );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
Xd (double)
Numeric value (double precision).
Yd (double)
Numeric value (double precision).
pXw (std::int32_t*)
Caller-supplied output pointer.
pYw (std::int32_t*)
Caller-supplied output pointer.

Return Value

None.

See Also