polyskel
polyskel copied to clipboard
Straight skeleton implementation in Python
I'm getting an incorrect skeletonization of the vector representation of キ:  I tried both clockwise and anti-clockwise: ``` 349,282 365,365 179,392 81,400 113,565 211,542 393,512 419,649 196,684 84,696 118,856...
Hello and thanks for your very useful library. I implemented it in FreeCAD: [github repo](https://github.com/ebrahimraeyat/PitchedRoof) there is a library called [Pyskeleton](http://vision.mas.ecp.fr/Personnel/teboul/pySkeleton.php) that can take different angles for each edge: [different...
Hi Botffy, Thanks for your great work. I have a very quick question: I was trying to use your code to generate a straight skeleton for the following outline: poly...
Hi, Botffy Thanks for your great job, it helps me a lot. I have a question about the selection of distance when compare the priority of events. I saw you...
demo.py [t-shape_extra_edge.txt](https://github.com/Botffy/polyskel/files/5183838/t-shape_extra_edge.txt) 
Hi, Looks like we use different versions or "euclid" lib. In euclid version here, hash use ```Point2.__repr__``` basically rounding coords values with a 0.01 precision. The rounding for hash is...
I'm trying to run the demo script on some own testfiles in which the polygon is represented by geographical coordinates (float values with 7 decimal places). Do geographical coordinates in...
Hello I recently contacted the developer of euclid3 which polyskel depends on. They informed me that they are no longer supporting euclid3 and have not worked on it in many...
I have extremaly complicated geometry :)