redraw

Redraws the viewport.

Signatures

  •   Paramate.Viewport.redraw( cbAfterRedraw )

Details

Performs a redrawing of the viewport.

Remark

Note that the duration for redrawing depends on multiple factors, especially the visualization type (e.g. server-side or client-side/WebGL rendering).

Parameters

cbAfterRedraw

(optional) Callback function that is called after the redrawing is finished.