2025-03-06 09:55 AM
There are two curtain walls in my scene. How can I know the curtain wall corresponding to each panel through C++ api?
2025-03-07 05:13 PM
Please check the ACAPI_HierarchicalEditing_GetHierarchicalElementOwner function. It returns the GUID of the owner Curtain Wall element for each subelement.
2025-03-10 08:19 AM
Thank you very much. This is very useful to me.