|
Archicad 29 C++ API
|
Structure for retrieving data related to a room. More...
#include <APIdefs_Elements.h>
Public Attributes | |
| GS::HashTable< API_ElemType, GS::Array< API_Guid > > | elementsGroupedByType |
| Related elements of the room grouped by type. The keys in this table are the types and the values are the GUIDs of the elements with the given type. | |
| GS::Array< API_WallPart > | wallPart |
| Wall parts that borders the room polygon. | |
| GS::Array< API_BeamPart > | beamPart |
| Beam parts that related to the room. | |
| GS::Array< API_CWSegmentPart > | cwSegmentPart |
| Curtain Wall Segment parts that related to the room. | |
| GS::Array< API_Niche > | niches |
| Niches inside the room. | |
Structure for retrieving data related to a room.