{
public:
+ enum VolumeType { UNKNOWN = -1, TETRA = 0, PYRAM, PENTA, HEXA, POLYHEDA };
+
SMDS_VolumeTool ();
~SMDS_VolumeTool ();
SMDS_VolumeTool (const SMDS_MeshElement* theVolume);
// general info
// -----------------------
+ VolumeType GetVolumeType() const;
+
bool IsForward() const { return myVolForward; }
// Check volume orientation. can be changed by Inverse().
// See node order of forward volumes at the file bottom
// static methods for faces
// ------------------------
- enum VolumeType { UNKNOWN, TETRA, PYRAM, PENTA, HEXA };
-
static VolumeType GetType(int nbNodes);
// return VolumeType by nb of nodes in a volume