mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-06 12:34:17 +05:00
Update error message about not supported types of elements. All quadratic quadrangles and hexaedra can now be written in .mesh format
This commit is contained in:
parent
25dbdaf408
commit
a1c4092296
@ -543,11 +543,9 @@
|
|||||||
{
|
{
|
||||||
format = "GMF";
|
format = "GMF";
|
||||||
notSupportedElemTypes.push_back( SMESH::Entity_0D );
|
notSupportedElemTypes.push_back( SMESH::Entity_0D );
|
||||||
notSupportedElemTypes.push_back( SMESH::Entity_Quad_Quadrangle );
|
|
||||||
notSupportedElemTypes.push_back( SMESH::Entity_Polygon );
|
notSupportedElemTypes.push_back( SMESH::Entity_Polygon );
|
||||||
notSupportedElemTypes.push_back( SMESH::Entity_Quad_Polygon );
|
notSupportedElemTypes.push_back( SMESH::Entity_Quad_Polygon );
|
||||||
notSupportedElemTypes.push_back( SMESH::Entity_Quad_Pyramid );
|
notSupportedElemTypes.push_back( SMESH::Entity_Quad_Pyramid );
|
||||||
notSupportedElemTypes.push_back( SMESH::Entity_Quad_Hexa );
|
|
||||||
notSupportedElemTypes.push_back( SMESH::Entity_Quad_Penta );
|
notSupportedElemTypes.push_back( SMESH::Entity_Quad_Penta );
|
||||||
notSupportedElemTypes.push_back( SMESH::Entity_Hexagonal_Prism );
|
notSupportedElemTypes.push_back( SMESH::Entity_Hexagonal_Prism );
|
||||||
notSupportedElemTypes.push_back( SMESH::Entity_Polyhedra );
|
notSupportedElemTypes.push_back( SMESH::Entity_Polyhedra );
|
||||||
|
Loading…
Reference in New Issue
Block a user