It allows to access to the faces and materials of a list of solids. More...
#include <StampMesh.h>
Public Member Functions | |
| virtual int | getSolidCount ()=0 |
| Returns the number of solids. | |
| virtual MaterialId | getSolidMaterial (int solid)=0 |
| Returns the material of a solid. | |
| virtual int | getFaceCount (int solid)=0 |
| Returns the number of faces in a solid. | |
| virtual void | getFace (int solid, int index, Algebra::Vector &v0, Algebra::Vector &v1, Algebra::Vector &v2)=0 |
| Get the vertices of a face of a solid. | |
It allows to access to the faces and materials of a list of solids.
Definition at line 31 of file StampMesh.h.