Quote from
luishp on November 3, 2018, 10:12 am
If you need to transform programmatically a Polygon object just use this code:
BeginJS
$("#Polygon1 polygon").attr('points', '0,0 50,50 0,50');
EndJS
In the near future there will be more specific actions, like this one, natively implemented into NEO Script language.
If you need to transform programmatically a Polygon object just use this code:
BeginJS
$("#Polygon1 polygon").attr('points', '0,0 50,50 0,50');
EndJS
In the near future there will be more specific actions, like this one, natively implemented into NEO Script language.
Vadim has reacted to this post.