cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

The 2025 Technology Preview Program is now live. Join today!

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

How I can get figure of the hole, created by new element "hole" in the wall on AC23 ?

Anonymous
Not applicable
In AC23 I need to get poligon or other figure contour that created by new element "hole" in the wall.
Where I can get it...
Please help me .
1 REPLY 1
Akos Somorjai
Graphisoft
Graphisoft
Hello,

The only correct way is to get the 3D body (bodies) of the enclosing wall, and calculate it, because of the huge number of parameters that affect the body generation. Please use the code shown in the ModelAccess_Test example for that. The 3D window/database has to be active, though.

Best, Akos