GTXclient C API  GTXserver-16.0.2
GTXWireframeObject Struct Reference

Description of a Wireframe Object. More...

#include <GTXClient.h>

Data Fields

int n_vertices
 
double * vertices
 
int n_triangles
 
int * triangles
 

Detailed Description

Description of a Wireframe Object.

Field Documentation

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().


The documentation for this struct was generated from the following file: