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

Window type

korosi
Participant

How can I find if a window element is a corner window or not? On the variationID field always is a corner window even if I placed it a normal window.

1 ACCEPTED SOLUTION

Accepted Solutions
Solution
LChen
Graphisoft
Graphisoft

Hi, Could you try to call ACAPI_Element_GetMemo() and get memo.params list, then check the parameter value of "ac_cw_function" ? It should be true if it's a corner window.

HTH.

View solution in original post

1 REPLY 1
Solution
LChen
Graphisoft
Graphisoft

Hi, Could you try to call ACAPI_Element_GetMemo() and get memo.params list, then check the parameter value of "ac_cw_function" ? It should be true if it's a corner window.

HTH.