3DCoat
3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
|
The mesh reference. More...
#include <CoreAPI.h>
Public Member Functions | |
bool | Read (const char *name) |
Load the mesh from the file. More... | |
bool | Write (const char *name) |
Save the mesh to file. More... | |
bool | valid () const |
Check if mesh is valid. More... | |
cMeshContainer * | geometry () const |
The low-level mesh reference allows to create, operate over individual faces, vertices, objects. More... | |
The mesh reference.
comms::cMeshContainer * coat::Mesh::geometry | ( | ) | const |
The low-level mesh reference allows to create, operate over individual faces, vertices, objects.
References geometry().
Referenced by geometry().
bool coat::Mesh::Read | ( | const char * | name | ) |
bool coat::Mesh::valid | ( | ) | const |
bool coat::Mesh::Write | ( | const char * | name | ) |