X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_Operations.h;h=d1884f9484e675f82beecaf6a27fbfe8c42db566;hp=c45b9eae15288d4f6fee9404f1275b2d09bbc045;hb=HEAD;hpb=9d296302bce45a19ce73bcb52e86884ba38f1199 diff --git a/src/SMESHGUI/SMESHGUI_Operations.h b/src/SMESHGUI/SMESHGUI_Operations.h index c45b9eae1..9b9ee1425 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-2024 CEA, EDF, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -40,14 +40,13 @@ namespace SMESHOp { OpImportMED = 1102, // MENU FILE - IMPORT - MED FILE OpImportSTL = 1103, // MENU FILE - IMPORT - STL FILE OpImportCGNS = 1104, // MENU FILE - IMPORT - CGNS FILE - OpImportSAUV = 1105, // MENU FILE - IMPORT - SAUV FILE OpImportGMF = 1106, // MENU FILE - IMPORT - GMF FILE + OpImportMESHIO = 1107, // MENU FILE - IMPORT - other formats... (meshio) OpPopupImportDAT = 1120, // POPUP MENU - IMPORT - DAT FILE OpPopupImportUNV = 1121, // POPUP MENU - IMPORT - UNV FILE OpPopupImportMED = 1122, // POPUP MENU - IMPORT - MED FILE OpPopupImportSTL = 1123, // POPUP MENU - IMPORT - STL FILE OpPopupImportCGNS = 1124, // POPUP MENU - IMPORT - CGNS FILE - OpPopupImportSAUV = 1125, // POPUP MENU - IMPORT - SAUV FILE OpPopupImportGMF = 1126, // POPUP MENU - IMPORT - GMF FILE // Export -------------------------//-------------------------------- OpExportDAT = 1200, // MENU FILE - EXPORT - DAT FILE @@ -55,14 +54,13 @@ namespace SMESHOp { OpExportUNV = 1202, // MENU FILE - EXPORT - UNV FILE OpExportSTL = 1203, // MENU FILE - EXPORT - STL FILE OpExportCGNS = 1204, // MENU FILE - EXPORT - CGNS FILE - OpExportSAUV = 1205, // MENU FILE - EXPORT - SAUV FILE OpExportGMF = 1206, // MENU FILE - EXPORT - GMF FILE + OpExportMESHIO = 1207, // MENU FILE - EXPORT - other formats... (meshio) OpPopupExportDAT = 1210, // POPUP MENU - EXPORT - DAT FILE OpPopupExportMED = 1211, // POPUP MENU - EXPORT - MED FILE OpPopupExportUNV = 1212, // POPUP MENU - EXPORT - UNV FILE OpPopupExportSTL = 1213, // POPUP MENU - EXPORT - STL FILE OpPopupExportCGNS = 1214, // POPUP MENU - EXPORT - CGNS FILE - OpPopupExportSAUV = 1215, // POPUP MENU - EXPORT - SAUV FILE OpPopupExportGMF = 1216, // POPUP MENU - EXPORT - GMF FILE // Mesh ---------------------------//-------------------------------- OpCreateMesh = 2030, // MENU MESH - CREATE MESH @@ -77,6 +75,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,6 +86,7 @@ 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 @@ -123,6 +124,8 @@ namespace SMESHOp { OpBareBorderVolume = 3303, // MENU CONTROLS - VOLUMES WITH BARE BORDER OpOverConstrainedVolume = 3304, // MENU CONTROLS - OVERCONSTRAINED VOLUMES OpEqualVolume = 3305, // MENU CONTROLS - DOUBLE VOLUMES + OpScaledJacobian = 3306, // MENU CONTROLS - SCALED JACOBIAN + OpWarping3D = 3307, // MENU CONTROLS - Warping 3D OpOverallMeshQuality = 3400, // MENU CONTROLS - OVERALL MESH QUALITY // Modification -------------------//-------------------------------- OpNode = 4000, // MENU MODIFICATION - ADD - NODE @@ -154,6 +157,7 @@ namespace SMESHOp { OpRemoveNodes = 4200, // MENU MODIFICATION - REMOVE - NODE OpRemoveElements = 4201, // MENU MODIFICATION - REMOVE - ELEMENTS OpRemoveOrphanNodes = 4202, // MENU MODIFICATION - REMOVE - ORPHAN NODES + OpRemoveNodeWithReconn = 4203, // MENU MODIFICATION - REMOVE - NODE, WITH RECONNECTION OpDeleteGroup = 4210, // MENU MODIFICATION - REMOVE - DELETE GROUPS WITH CONTENTS OpClearMesh = 4220, // MENU MODIFICATION - REMOVE - CLEAR MESH DATA OpRenumberingNodes = 4300, // MENU MODIFICATION - RENUMBERING - NODES @@ -166,6 +170,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 @@ -182,12 +187,22 @@ namespace SMESHOp { OpConvertMeshToQuadratic = 4513, // MENU MODIFICATION - CONVERT TO/FROM QUADRATIC OpCreateBoundaryElements = 4514, // MENU MODIFICATION - CREATE BOUNDARY ELEMENTS OpSplitBiQuadratic = 4515, // MENU MODIFICATION - SPLIT BI-QUADRATIC TO LINEAR + OpMoveNodeInteractive = 4516, // MENU MODIFICATION - MOVE NODE INTERACTIVE + OpSplitEdgeInteract = 4517, // MENU MODIFICATION - INTERACTIVE ADD NODE ON EDGE + OpSplitFaceInteract = 4518, // MENU MODIFICATION - INTERACTIVE ADD NODE ON FACE + OpCreateDualMesh = 4519, // MENU MODIFICATION - CREATE DUAL MESH + OpCreate2DElements = 4520, // MENU MODIFICATION - CREATE 2D MESH FROM 3D MESH + + // Adaptation ---------------------//-------------------------------- + OpMGAdapt = 8020, // MENU ADAPTATION - MG-ADAPT + OpHomardAdapt = 8021, // MENU ADAPTATION - HOMARD-ADAPT // Measurements -------------------//-------------------------------- OpPropertiesLength = 5000, // MENU MEASUREMENTS - BASIC PROPERTIES - LENGTH OpPropertiesArea = 5001, // MENU MEASUREMENTS - BASIC PROPERTIES - AREA 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 @@ -227,6 +242,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 @@//