Graphisoft®

API Development KitVersion: 18

API_CWPanelRelation, API_SkylightRelation

Structure for retrieving connection data of a curtain wall panel.

    typedef struct {
        API_Guid     fromRoom;
        API_Guid     toRoom;
        double       filler[8];
    } API_CWPanelRelation, API_SkylightRelation;

 

Members

fromRoom
guid of the room connected to the curtain wall panel or skylight.
toRoom
guid of the room connected to the curtain wall panel or skylight.
filler
Reserved for further use.

 

Remarks

To learn more about the usage of the curtain wall panel relation structure please refer to the ACAPI_Element_GetRelations function.

 

Requirements

Version: API 2.1 or later
Header: APIdefs_Elements.h

 

See Also

ACAPI_Element_GetRelations, API_WallRelation, API_ConnectionGuidItem, API Types