We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2021-03-17 05:52 PM
Solved! Go to Solution.
2021-04-09 04:07 PM
2021-03-18 02:34 AM
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2021-04-01 12:33 AM
2021-04-03 09:31 PM
2021-04-09 04:07 PM
2021-05-14 09:35 PM
Peter wrote:Thank you Péter! That is exactly the right hint.
the problem is probably that when working with dicts, PolyOperations "ResizeContour" expects a polygon whose last point is not the same as the first.
Dict polygons always have to be closed, polylines can be open or closed.A closed polyline/polygon means the last point is not the same as the first (think of it as auto-closed). An open polyline has one more vertices than edges.