mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-19 13:53:07 +05:00
020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement / note 0011031
Enable "create 2D mesh on 3D" on groups
This commit is contained in:
parent
3c206e42f3
commit
3023dcf2f4
@ -3727,8 +3727,9 @@ void SMESHGUI::initialize( CAM_Application* app )
|
||||
popupMgr()->insert( separator(), -1, 0 );
|
||||
createPopupItem( 4043, OB, mesh ); // CLEAR_MESH
|
||||
popupMgr()->insert( separator(), -1, 0 );
|
||||
createPopupItem( 417, OB, mesh + " " + subMesh ); // convert to quadratic
|
||||
createPopupItem( 418, OB, mesh/*, "&& " + hasVolumes*/); // create 2D mesh on 3D
|
||||
createPopupItem( 417, OB, mesh + " " + subMesh ); // convert to quadratic
|
||||
createPopupItem( 418, OB, mesh + " " + group, // create 2D mesh from 3D
|
||||
"&& dim>=2");
|
||||
popupMgr()->insert( separator(), -1, 0 );
|
||||
|
||||
QString only_one_non_empty = QString( " && %1=1 && numberOfNodes>0" ).arg( dc );
|
||||
|
Loading…
Reference in New Issue
Block a user