Archicad 28 C++ API
|
Represents a Stair boundary. More...
#include <APIdefs_Elements.h>
Public Attributes | |
API_Polygon | polygon |
The API polygon element describing the amounts of vertices in the boundary line. | |
API_Coord ** | coords |
The coordinates of the vertices of the boundary line. | |
Int32 ** | pends |
The polygon endings of the boundary line. | |
API_PolyArc ** | parcs |
The arcs of the boundary line. | |
API_StairBoundaryEdgeData * | edgeData |
The edge data of each edge. | |
API_StairBoundaryVertexData * | vertexData |
The vertex data of each vertex. | |
bool | isCustom |
True, if the stair boundary is customized. | |
Represents a Stair boundary.