|
86 | 86 | #include "QtComponents/QtTopologySplitBlockWithOGridAction.h" |
87 | 87 | #include "QtComponents/QtTopologyExtendSplitBlockAction.h" |
88 | 88 | #include "QtComponents/QtTopologyExtendSplitFaceAction.h" |
| 89 | +#include "QtComponents/QtTopologySplitFaceAction.h" |
89 | 90 | #include "QtComponents/QtTopologySplitFacesAction.h" |
90 | 91 | #include "QtComponents/QtTopologyVerticesAlignmentAction.h" |
91 | 92 | #include "QtComponents/QtTopoEntityDestructionAction.h" |
@@ -3081,11 +3082,18 @@ void QtMgx3DMainWindow::showReady ( ) |
3081 | 3082 | // Coupe de faces : |
3082 | 3083 | QtMgx3DOperationAction *splitFacesAction = |
3083 | 3084 | new QtTopologySplitFacesAction( |
3084 | | - QIcon(":/images/topo_split_faces.png"), QString::fromUtf8("Découpage de faces selon une arête"), *this, |
3085 | | - QString::fromUtf8("Découpage de faces selon une arête.") |
| 3085 | + QIcon(":/images/topo_split_faces.png"), QString::fromUtf8("[2D] Découpage de faces selon une arête"), *this, |
| 3086 | + QString::fromUtf8("Découpage de faces selon une arête (uniquement pour cas 2D).") |
3086 | 3087 | ); |
3087 | 3088 | registerOperationAction( |
3088 | 3089 | *splitFacesAction, QtMgx3DOperationsPanel::TOPO_FACE_OPERATION); |
| 3090 | + QtMgx3DOperationAction *splitFaceAction = |
| 3091 | + new QtTopologySplitFaceAction( |
| 3092 | + QIcon(":/images/topo_split_face.png"), QString::fromUtf8("Découpage d'une face selon une arête"), *this, |
| 3093 | + QString::fromUtf8("Découpage d'une face selon une arête.") |
| 3094 | + ); |
| 3095 | + registerOperationAction( |
| 3096 | + *splitFaceAction, QtMgx3DOperationsPanel::TOPO_FACE_OPERATION); |
3089 | 3097 | QtMgx3DOperationAction *splitFaceWithOGridAction = |
3090 | 3098 | new QtTopologySplitFaceWithOGridAction( |
3091 | 3099 | QIcon(":/images/topo_split_face_with_ogrid.png"), |
|
0 commit comments