Nikos Siatras

Results 33 comments of Nikos Siatras

Thank you all for your replies. @stolstov I tried your example. For a 16 vertices polygon I get 104vertices after I inflate it :) Is there a way to make...

PS this is my polygon (com.esri.core.geometry.Polygon) {"rings":[[[25,20],[20,25],[20,55],[25,60],[55,60],[60,55],[60,25],[55,20],[25,20]]]}

Perhaps I have to use the Operator**Offset**.local().execute instead of Operator**Buffer**.local().execute. All I want is to make an outline border outside of a polygon.

Hello again, I managed to buffer a polygon. ![Screenshot](https://user-images.githubusercontent.com/6023918/171995127-2274f9e6-9d2a-41ed-8c7e-c40d2e3beea5.png) On the left you can see the buffer in blue color. On the right I marked the initial curves as they...

@stolstov I see.. The reason I need the original vertices after they are buffered is because some polygons has Arcs. I was hopping to split the arc to 3 points...

I managed to inflate a polygon with arcs. I split arc into small linear segments and I use the points to form a polygon. It works fine on all of...

Here are the settings but I dont think it has to do with that https://gist.github.com/anonymous/a321e9139d5f67a075ad23ff09197220

Sorry. I saved it again with an svg loaded. https://gist.github.com/anonymous/43ce313738bf094d80e7e93288932f8a

The same bug happens with all shapes. Even a simple circle or square. Try make a simple square, add tabs and you will see your own. On Sat, Aug 6,...

PS. I think I found the bug.. I just noticed that the format command replaces the "/" with "-" The following code ``` #include "vbcompat.bi" print format (now,"d//m//yyyy") ``` Outputs...