MG_Hexa.SetSizeMap(faces[0], 10)
# compute the mesh
-mghexaMesh.Compute()
+assert mghexaMesh.Compute(), "Meshing fails"
# End of script
MG_Hexa_Parameters.SetHexesMaxLevel( 4 )
# Compute
-Mesh_mghexa_vl.Compute()
+assert Mesh_mghexa_vl.Compute(), "Meshing fails"
# End of script
g3.SetColor( SALOMEDS.Color( 0, 0, 1 ))
# Compute
-Mesh_mghexa_sd1.Compute()
+assert Mesh_mghexa_sd1.Compute(), "Meshing fails"
# End of script
g3.SetColor( SALOMEDS.Color( 0, 0, 1 ))
# Compute
-Mesh_mghexa_sd2.Compute()
+assert Mesh_mghexa_sd2.Compute(), "Meshing fails"
# End of script
g3.SetColor( SALOMEDS.Color( 0, 0, 1 ))
# Compute
-Mesh_mghexa_sd3.Compute()
+assert Mesh_mghexa_sd3.Compute(), "Meshing fails"
# End of script
-
Mesh_mghexa_sd4.Hexahedron(smeshBuilder.MG_Hexa).SetMinMaxHexes(4, 8).SetHexoticSdMode( 4 )
# Compute
-Mesh_mghexa_sd4.Compute()
+assert Mesh_mghexa_sd4.Compute(), "Meshing fails"
# End of script