|
GTXclient C API
GTXserver-16.0.2
|
Description of a Polygon System. More...
#include <GTXClient.h>
Data Fields | |
| int | polygons_2d |
| double | ext_min [3] |
| double | ext_max [3] |
| gtx_long | n_polygons |
| GTXPolygon * | polygons |
Description of a Polygon System.
A Polygon System describes an Isatis Polygon File. It is made of several Polygons. All the polygons are either 2D or 3D, the Polygon System cannot mix the dimensions.
| double GTXPolygonSystem::ext_max[3] |
Maximum extension X, Y & Z
Referenced by GTXClientNewPolygonsFile(), GTXClientPolygonSystemDuplicate(), and GTXClientReadPolygons().
| double GTXPolygonSystem::ext_min[3] |
Minimum extension X, Y & Z
Referenced by GTXClientNewPolygonsFile(), GTXClientPolygonSystemDuplicate(), and GTXClientReadPolygons().
| gtx_long GTXPolygonSystem::n_polygons |
Number of polygons in the polygon system
Referenced by GTXClientFreePolygons(), GTXClientNewPolygonsFile(), GTXClientPolygonSystemDuplicate(), and GTXClientReadPolygons().
| GTXPolygon* GTXPolygonSystem::polygons |
Polygon array
Referenced by GTXClientFreePolygons(), GTXClientNewPolygonsFile(), GTXClientPolygonSystemDuplicate(), and GTXClientReadPolygons().
| int GTXPolygonSystem::polygons_2d |
Is the polygon system defined in 2D or in 3D ?
Referenced by GTXClientNewPolygonsFile(), GTXClientPolygonSystemDuplicate(), and GTXClientReadPolygons().