CadRegen
Regenerate = repaint the OpenGL view (yucad renders analytically, so there is no GDI display-list to rebuild — an update() is the equivalent).
void CadRegen (
YuHandle hDwg
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate.
Return Value
None.