License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…
2021-03-17 05:52 PM
Solved! Go to Solution.
2021-04-09 04:07 PM
2021-03-18 02:34 AM
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | 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.