70001922 Refresh graphics issues

Article 70001922
Type Bug
Product WebJS
Version 8006
Date Added 2/13/2021
Fixed 9.9001.0.3 (2/13/2021)
Submitted by VectorDraw Team

Summary

Refresh graphics issues when execute scriptCommand methods with callback delegate

Solution

Fixed in version 9001.0.3
Example:

function actionentityadded(vdraw, entity) {
vdcanvas.DrawEntity(entity);
vdcanvas.Refresh();
}

vdcanvas.scriptCommand.line([[-1, -1, 0], [1, 1, 0]], actionentityadded);

Send comments on this topic.