cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
2024 Technology Preview Program

2024 Technology Preview Program:
Master powerful new features and shape the latest BIM-enabled innovations

Archicad C++ API
About Archicad add-on development using the C++ API.

How to get triangles from Archicad Model

Anonymous
Not applicable
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?
1 REPLY 1
Anonymous
Not applicable
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...