So what does polygon mean?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-10-08
06:39 AM
- last edited on
2024-09-16
02:54 PM
by
Doreena Deng
2023-10-08
06:39 AM
API_Polygon | ARCHICAD API (graphisoft.com)
- the first coordinate of the array is not used; must be initialized to (0.0, 0.0) for polygons, and to (-1.0, 0.0) for polylines,
Q1. I'm curious what the polygons here mean.
At first I thought you meant a closed polyline.
However, even if initialized to -1.0,0, the polyline was closed.
So what does polygon mean?
AC27 on window 11
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-10-08 08:59 AM
2023-10-08
08:59 AM
The open polyline online works if you are creating a API_PolyLineType Element.
Other element types with polygon information can only have closed polygons.