GTXclient C API
GTXserver-17.0.3
|
Description of a Polygon. More...
#include <GTXClient.h>
Data Fields | |
char | name [16] |
char | group_name [16] |
double | z_min |
double | z_max |
int | n_vertices |
double * | vertices |
char GTXPolygon::group_name[16] |
Polygon group name
Referenced by GTXClientNewPolygonsFile(), GTXClientPolygonDuplicate(), and GTXClientReadPolygons().
int GTXPolygon::n_vertices |
Number of vertices in the polygon
Referenced by GTXClientNewPolygonsFile(), GTXClientPolygonDuplicate(), and GTXClientReadPolygons().
char GTXPolygon::name[16] |
Polygon name
Referenced by GTXClientNewPolygonsFile(), GTXClientPolygonDuplicate(), and GTXClientReadPolygons().
double* GTXPolygon::vertices |
X,Y coordinates of each vertices (interleaved)
Referenced by GTXClientFreePolygons(), GTXClientNewPolygonsFile(), GTXClientPolygonDuplicate(), and GTXClientReadPolygons().
double GTXPolygon::z_max |
3D polygon maximum
Referenced by GTXClientNewPolygonsFile(), GTXClientPolygonDuplicate(), and GTXClientReadPolygons().
double GTXPolygon::z_min |
3D polygon minimum
Referenced by GTXClientNewPolygonsFile(), GTXClientPolygonDuplicate(), and GTXClientReadPolygons().