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

How I can get polygon of the not square window in the wall?

Anonymous
Not applicable
I need to get polyton of the rounded or other not square windows in the wall.
Where I can it find?
Thank You.
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Ralph Wessel
Mentor
Our approach has been to examine the 3D model faces of the wall. If you cut the wall face with the window against the wall face without the window, the difference is the opening shape.
Ralph Wessel BArch

View solution in original post

3 REPLIES 3
Hello,

Into the AC library there folder which is called "special windows"
Into this folder there is a parametric window with 3 sides or more
Christophe - FRANCE
Archicad Designer and Teacher
Archicad 15 to 27 FRA FULL

OS 11.6 Big Sur - MacBook Pro 2017 - 16Go RAM
"Quality is never an accident ; it's always the result of an intelligent effort" John Ruskin
Anonymous
Not applicable
I'm know how place that windows.
But I need to get it's form by API C++.
Solution
Ralph Wessel
Mentor
Our approach has been to examine the 3D model faces of the wall. If you cut the wall face with the window against the wall face without the window, the difference is the opening shape.
Ralph Wessel BArch