How to get triangles from Archicad Model
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-07-20
09:45 PM
- last edited on
2021-09-15
10:33 AM
by
Noemi Balogh
2020-07-20
09:45 PM
Hi,
I'm trying to build a plugin to export Archicad Models. I find using ModelerAPI function GetTessellatedBody can get convex polygons but not triangles. Does anyone know how to convert polygons to triangles easily with the API?
I'm trying to build a plugin to export Archicad Models. I find using ModelerAPI function GetTessellatedBody can get convex polygons but not triangles. Does anyone know how to convert polygons to triangles easily with the API?
Labels:
- Labels:
-
Add-On (C++)
1 REPLY 1
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-07-21 04:04 AM
2020-07-21
04:04 AM
Hi, I decompose the polygons into convex polygons using given APIs and then triangulate them myself. I think it may not take too much work. Perhaps there are some other ways but I haven't found them by now...