yucad3d

CadDistModelToWin

Distance conversions model<->window pixels via the view's zoom.

std::int32_t CadDistModelToWin ( YuHandle hDwg, double Dmod );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
Dmod (double)
Numeric value (double precision).

Return Value

Nonzero (TRUE) on success, 0 (FALSE) on failure.

See Also