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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
coat::Mesh Class Reference

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...
 
cMeshContainergeometry () const
 The low-level mesh reference allows to create, operate over individual faces, vertices, objects. More...
 

Detailed Description

The mesh reference.

Member Function Documentation

comms::cMeshContainer * coat::Mesh::geometry ( ) const

The low-level mesh reference allows to create, operate over individual faces, vertices, objects.

Returns
returns the low-level mesh reference

References geometry().

Referenced by geometry().

bool coat::Mesh::Read ( const char *  name)

Load the mesh from the file.

Parameters
namethe filename. May contain full path or relative to the coat's install or documents folder.
Returns
true if successful.

References Read().

Referenced by Read().

bool coat::Mesh::valid ( ) const

Check if mesh is valid.

Returns
true if mesh is valid

References valid().

Referenced by valid().

bool coat::Mesh::Write ( const char *  name)

Save the mesh to file.

Parameters
nameFull or relative path
Returns
true if successful

References Write().

Referenced by Write().


The documentation for this class was generated from the following files: