0021382]: EDF 1985 SMESH: Read/write of .mesh files (GMF format)

Add "Export GMF" to the pop-up of mesh and group
This commit is contained in:
eap 2012-10-04 10:04:17 +00:00
parent f312847d16
commit aafd432548

View File

@ -4072,6 +4072,7 @@ void SMESHGUI::initialize( CAM_Application* app )
createPopupItem( 143, OB, mesh_group, multiple_non_empty ); // EXPORT_CGNS
#endif
createPopupItem( 145, OB, mesh_group, multiple_non_empty ); // EXPORT_SAUV
createPopupItem( 147, OB, mesh_group, multiple_non_empty ); // EXPORT_GMF
createPopupItem( 33, OB, mesh_part + " " + hyp_alg ); // DELETE
createPopupItem( 813, OB, group ); // DEL_GROUP with contents
popupMgr()->insert( separator(), -1, 0 );