X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_Operations.h;h=2782458aa29a4ba138e613e0f2f6e7dbbc9651e5;hp=63c9885cd83a7c11483237bfa6da063974e17ccc;hb=fdab1d32d5c6a0e4e3e8548e717f725156ac88a2;hpb=30ce546b0c5099ad1112929e2db94810e683e54b diff --git a/src/SMESHGUI/SMESHGUI_Operations.h b/src/SMESHGUI/SMESHGUI_Operations.h index 63c9885cd..2782458aa 100644 --- a/src/SMESHGUI/SMESHGUI_Operations.h +++ b/src/SMESHGUI/SMESHGUI_Operations.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -77,6 +77,8 @@ namespace SMESHOp { OpPreCompute = 2042, // MENU MESH - PREVIEW OpEvaluate = 2043, // MENU MESH - EVALUATE OpMeshOrder = 2044, // MENU MESH - CHANGE SUBMESH PRIORITY + OpRecompute = 2045, // MENU MESH - Clear + COMPUTE + OpShowErrors = 2046, // MENU MESH - Show compute errors OpCreateGroup = 2050, // MENU MESH - CREATE GROUP OpCreateGeometryGroup = 2051, // MENU MESH - CREATE GROUPS FROM GEOMETRY OpConstructGroup = 2052, // MENU MESH - CONSTRUCT GROUP @@ -86,12 +88,13 @@ namespace SMESHOp { OpIntersectGroups = 2061, // MENU MESH - INTERSECT GROUPS OpCutGroups = 2062, // MENU MESH - CUT GROUPS OpGroupUnderlyingElem = 2070, // MENU MESH - GROUP OF UNDERLYING ENTITIES + OpFaceGroupsByEdges = 2071, // MENU MESH - FACE GROUPS SEPARATED by EDGES OpEditGroupPopup = 2080, // POPUP MENU - EDIT GROUP OpAddElemGroupPopup = 2081, // POPUP MENU - ADD ELEMENTS TO GROUP OpRemoveElemGroupPopup = 2082, // POPUP MENU - REMOVE ELEMENTS FROM GROUP OpMeshInformation = 2100, // MENU MESH - MESH INFORMATION OpWhatIs = 2101, // MENU MESH - MESH ELEMENT INFORMATION - OpStdInfo = 2102, // MENU MESH - MESH STANDART INFORMATION + OpStdInfo = 2102, // MENU MESH - MESH STANDARD INFORMATION OpFindElementByPoint = 2103, // MENU MESH - FIND ELEMENT BY POINT OpUpdate = 2200, // POPUP MENU - UPDATE // Controls -----------------------//-------------------------------- @@ -116,6 +119,7 @@ namespace SMESHOp { OpSkew = 3210, // MENU CONTROLS - SKEW OpMaxElementLength2D = 3211, // MENU CONTROLS - ELEMENT DIAMETER 2D OpEqualFace = 3212, // MENU CONTROLS - DOUBLE FACES + OpDeflection2D = 3213, // MENU CONTROLS - DEFLECTION 2D OpAspectRatio3D = 3300, // MENU CONTROLS - ASPECT RATIO 3D OpVolume = 3301, // MENU CONTROLS - VOLUME OpMaxElementLength3D = 3302, // MENU CONTROLS - ELEMENT DIAMETER 3D @@ -165,6 +169,7 @@ namespace SMESHOp { OpMergeNodes = 4405, // MENU MODIFICATION - TRANSFORMATION - MERGE NODES OpMergeElements = 4406, // MENU MODIFICATION - TRANSFORMATION - MERGE ELEMENTS OpDuplicateNodes = 4407, // MENU MODIFICATION - TRANSFORMATION - DUPLICATE NODES OR/AND ELEMENTS + OpOffset = 4408, // MENU MODIFICATION - TRANSFORMATION - OFFSET OpMoveNode = 4500, // MENU MODIFICATION - MOVE NODE OpDiagonalInversion = 4501, // MENU MODIFICATION - DIAGONAL INVERSION OpUnionOfTwoTriangle = 4502, // MENU MODIFICATION - UNION OF TWO TRIANGLE @@ -187,6 +192,7 @@ namespace SMESHOp { OpPropertiesVolume = 5002, // MENU MEASUREMENTS - BASIC PROPERTIES - VOLUME OpMinimumDistance = 5003, // MENU MEASUREMENTS - MINIMUM DISTANCE OpBoundingBox = 5004, // MENU MEASUREMENTS - BOUNDING BOX + OpAngle = 5005, // MENU MEASUREMENTS - ANGLE // Hypothesis ---------------------//-------------------------------- OpEditHypothesis = 6000, // POPUP MENU - EDIT HYPOTHESIS OpUnassign = 6001, // POPUP MENU - UNASSIGN @@ -226,6 +232,8 @@ namespace SMESHOp { OpClipping = 6100, // POPUP MENU - CLIPPING // SortChild ----------------------//-------------------------------- OpSortChild = 6110, // POPUP MENU - SORT CHILDREN + // Break link with Shaper object --//-------------------------------- + OpBreakLink = 6120, // POPUP MENU - Break link with Shaper // Advanced -----------------------//-------------------------------- OpAdvancedNoOp = 10000, // NO OPERATION (advanced operations base) //@@ insert new functions before this line @@ do not remove this line @@//