GTXclient C API
GTXserver-15.0.3
|
Description of a Wireframe Object. More...
#include <GTXClient.h>
Data Fields | |
int | n_vertices |
double * | vertices |
int | n_triangles |
int * | triangles |
Description of a Wireframe Object.
int GTXWireframeObject::n_triangles |
Number of triangles of this object
Referenced by GTXClientNewWireframesFile(), GTXClientReadWireframes(), and GTXClientWireframeObjectDuplicate().
int GTXWireframeObject::n_vertices |
Number of vertices of this object
Referenced by GTXClientNewWireframesFile(), GTXClientReadWireframes(), and GTXClientWireframeObjectDuplicate().
int* GTXWireframeObject::triangles |
triangles forming this object. size is 3*triangles, order is Pt 1,2,3
for first triangle, then Pt 1,2,3 for second triangle...
Referenced by GTXClientNewWireframesFile(), GTXClientReadWireframes(), and GTXClientWireframeObjectDuplicate().
double* GTXWireframeObject::vertices |
coordinates of the vertices, size is 3*nvertices, order is X,Y,Z for
first vertex, then X,Y,Z for second vertex...
Referenced by GTXClientNewWireframesFile(), GTXClientReadWireframes(), and GTXClientWireframeObjectDuplicate().