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.

Walls, Windows

Anonymous
Not applicable
If I have a wall, and in this wall there is a window. How can I find the window relative height and relative distance.
In the API_WindowType structure i can not see any relevant information.
2 REPLIES 2
Andor wrote:
If I have a wall, and in this wall there is a window. How can I find the window relative height and relative distance.
In the API_WindowType structure i can not see any relevant information.
The offset to the window centre is 'objLoc'
The sill height is 'lower'
Ralph Wessel BArch
Central Innovation
Anonymous
Not applicable
THX Ralph.