* Add HEXA_TO_24 splitting mode
* \param methodFlags - flags passing splitting method:
* 1 - split the hexahedron into 5 tetrahedrons
* 2 - split the hexahedron into 6 tetrahedrons
+ * 3 - split the hexahedron into 24 tetrahedrons
*/
void SplitVolumesIntoTetra(in SMESH_IDSource elems, in short methodFlags)
raises (SALOME::SALOME_Exception);
if ( hasHexa )
{
- myGroupChoice->button(2)->hide();
myGroupChoice->button(0)->setText( tr("SPLIT_HEX_TO_5_TETRA"));
myGroupChoice->button(1)->setText( tr("SPLIT_HEX_TO_6_TETRA"));
+ myGroupChoice->button(2)->setText( tr("SPLIT_HEX_TO_24_TETRA"));
myCriterionGrp->setTitle( tr("SPLIT_METHOD"));
myCriterionGrp->show();
<source>SPLIT_HEX_TO_6_TETRA</source>
<translation>Into 6 tetrahedra</translation>
</message>
+ <message>
+ <source>SPLIT_HEX_TO_24_TETRA</source>
+ <translation>Into 24 tetrahedra</translation>
+ </message>
</context>
<context>
<name>SMESHGUI_PrecisionDlg</name>