Archicad 28 C++ API
|
Describes a Curtain Wall segment geometry. More...
#include <APIdefs_Base.h>
Public Attributes | |
bool | useIDs |
For internal use. | |
API_GridElemID | lowerLeftPolyID |
The identifier of the left lower grid mesh polygon. | |
API_GridElemID | lowerRightPolyID |
The identifier of the right lower grid mesh polygon. | |
GS::Array< API_GridMeshLine > | meshLinesMainAxis |
Array of Grid Lines belong to the main axis (vertical). | |
GS::Array< API_GridMeshLine > | meshLinesSecondaryAxis |
Array of Grid Lines belong to the secondary axis (horizontal). | |
GS::HashTable< API_GridElemID, API_GridMeshVertex > | meshVertices |
Table of grid mesh vertices with identifier keys. | |
GS::HashTable< API_GridElemID, API_GridMeshPolygon > | meshPolygons |
Table of grid mesh polygons with identifier keys. | |
GS::HashTable< API_GridElemID, API_GridMeshEdge > | meshEdgesMainAxis |
Table of Grid Edges belong to the main axis (vertical). | |
GS::HashTable< API_GridElemID, API_GridMeshEdge > | meshEdgesSecondaryAxis |
Table of Grid Edges belong to the secondary axis (horizontal). | |
API_GridElemID | cornerPointIDs [4] |
the identifiers for the Lower left, lower right, upper right and upper left vertices of the grid mesh. | |
Describes a Curtain Wall segment geometry.