Public Member Functions | |
int | getTotalVerticeCount (JtkEntityPtr< JtkTriStripSet > &tStripSet) |
CatTrimeshJtk (JtkEntityPtr< JtkTriStripSet > &tStripSet, std::string jtkId, JtkTransform *&xform) | |
const char * | jtkId () |
const unsigned int | iNbVertices () |
const double * | iVertices () |
const unsigned int | iNbTriangles () |
const unsigned int * | iTriangles () |
const double | iScale () |
const double | iOffset () |
const double * | iLocalTransform () |
|
inline |
count all the vertices in a triangle strip to figure out how large of an array we will need to hold them
|
inlinevirtual |
Local transformation to apply to geometric entities in the body coordinates frame
Implements CatTrimesh.
|
inlinevirtual |
Number of triangles agregated in the trimesh
Implements CatTrimesh.
|
inlinevirtual |
Number of vertices agregated in the trimesh
Implements CatTrimesh.
|
inlinevirtual |
Geometric offset (orange skin)
Implements CatTrimesh.
|
inlinevirtual |
Geometric scale to apply to the considered body
Implements CatTrimesh.
|
inlinevirtual |
List of unsigned integers containing the indexes of the vertices composing the triangles(size = 3 * iNbTriangles
Implements CatTrimesh.
|
inlinevirtual |
List of reals containing vertices' coordinates (size = 3 * iNbVertices)
Implements CatTrimesh.
|
inlinevirtual |
identifier of part as Team Center Visualization would refer to it all of the Id's have been concattonated into a single string
Implements CatTrimesh.