Go to the source code of this file.
Classes | |
struct | SimpleMeshFacet |
simple facet structure More... | |
Functions | |
void | clearData (void) |
clears the internal structure | |
const SimpleMeshFacet * | iterGetNext (void) |
get the faces or 0 at end | |
unsigned int | iterSize (void) |
size of the result | |
const SimpleMeshFacet * | iterStart (void) |
start the iterator on the result | |
void | readFile (const char *FileName, int iLods=0) |
Reads a JT File an build up the internal data structure imports all the meshes of all Parts, recursing the Assamblies. | |
void | writeAsciiSTL (const char *FileName) |
Write the read Part to a file. |
void clearData | ( | void | ) |
const SimpleMeshFacet* iterGetNext | ( | void | ) |
unsigned int iterSize | ( | void | ) |
const SimpleMeshFacet* iterStart | ( | void | ) |
void readFile | ( | const char * | FileName, | |
int | iLods = 0 | |||
) |
Reads a JT File an build up the internal data structure imports all the meshes of all Parts, recursing the Assamblies.
Definition at line 641 of file JtReader.cpp.
References iLod, importer(), myPreactionCB_CollectFacets(), and testLicence().
void writeAsciiSTL | ( | const char * | FileName | ) |
Write the read Part to a file.