yucad3d

CadCoordModelToWin

Coordinate model to win.

void CadCoordModelToWin ( YuHandle hDwg, double Xm, double Ym, std::int32_t* pXw, std::int32_t* pYw );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
Xm (double)
Numeric value (double precision).
Ym (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