#include <NBF.h>
Inheritance diagram for NBFTriangles:
Public Attributes | |
uint_t | numFaces |
Specifies the number of contained triangles faces. More... | |
uint_t | faces |
Specifies the file offset to the Face3 objects. As specified in the NBF format, a face is a triple of 32-bit unsigned integer values. More... |
A NBFTriangles is a concrete topology class derived from NBFGeoSet. The object code for a NBFTriangles is NBF_TRIANGLES.
|
Specifies the number of contained triangles faces.
|
|
Specifies the file offset to the Face3 objects. As specified in the NBF format, a face is a triple of 32-bit unsigned integer values.
|