X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_Operations.h;h=df810f7dfe4391c706b2924c86f3011ab4c5174e;hp=576133bcf5f91c3de532d06deedb6de17cb90638;hb=5c5e1f2368ca2b3388f657ae028b2a6b5ce8ae36;hpb=6bac08c1a81f34d3f21c550bd92f83654b2546a5 diff --git a/src/SMESHGUI/SMESHGUI_Operations.h b/src/SMESHGUI/SMESHGUI_Operations.h index 576133bcf..df810f7df 100644 --- a/src/SMESHGUI/SMESHGUI_Operations.h +++ b/src/SMESHGUI/SMESHGUI_Operations.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 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 @@ -29,6 +29,7 @@ namespace SMESHOp { OpSelectFiltersLibrary = 1010, // MENU TOOLS - SELECTION FILTERS LIBRARY OpReset = 1020, // RESET OpScalarBarProperties = 1021, // SCALAR BAR PROPERTIES + OpShowScalarBar = 1022, // SHOW SCALAR BAR OpSaveDistribution = 1030, // SAVE DISTRIBUTION OpShowDistribution = 1031, // SHOW DISTRIBUTION #ifndef DISABLE_PLOT2DVIEWER @@ -68,12 +69,15 @@ namespace SMESHOp { OpCreateMesh = 2030, // MENU MESH - CREATE MESH OpCreateSubMesh = 2031, // MENU MESH - CREATE SUBMESH OpEditMeshOrSubMesh = 2032, // MENU MESH - EDIT MESH/SUBMESH - OpBuildCompoundMesh = 2033, // MENU MESH - BUILD COMPOUND - OpCopyMesh = 2034, // MENU MESH - COPY MESH + OpEditMesh = 2033, // POPUP - EDIT MESH + OpEditSubMesh = 2034, // POPUP - EDIT SUBMESH + OpBuildCompoundMesh = 2035, // MENU MESH - BUILD COMPOUND + OpCopyMesh = 2036, // MENU MESH - COPY MESH OpCompute = 2040, // MENU MESH - COMPUTE - OpPreCompute = 2041, // MENU MESH - PREVIEW - OpEvaluate = 2042, // MENU MESH - EVALUATE - OpMeshOrder = 2043, // MENU MESH - CHANGE SUBMESH PRIORITY + OpComputeSubMesh = 2041, // POPUP - COMPUTE SUBMESH + OpPreCompute = 2042, // MENU MESH - PREVIEW + OpEvaluate = 2043, // MENU MESH - EVALUATE + OpMeshOrder = 2044, // MENU MESH - CHANGE SUBMESH PRIORITY OpCreateGroup = 2050, // MENU MESH - CREATE GROUP OpCreateGeometryGroup = 2051, // MENU MESH - CREATE GROUPS FROM GEOMETRY OpConstructGroup = 2052, // MENU MESH - CONSTRUCT GROUP @@ -94,6 +98,7 @@ namespace SMESHOp { // Controls -----------------------//-------------------------------- OpFreeNode = 3000, // MENU CONTROLS - FREE NODES OpEqualNode = 3001, // MENU CONTROLS - DOUBLE NODES + OpNodeConnectivityNb = 3002, // MENU CONTROLS - NODE CONNECTIVITY NUMBER OpFreeEdge = 3100, // MENU CONTROLS - FREE EDGES OpFreeBorder = 3101, // MENU CONTROLS - FREE BORDERS OpLength = 3102, // MENU CONTROLS - LENGTH @@ -144,6 +149,7 @@ namespace SMESHOp { OpQuadraticPentahedron = 4107, // MENU MODIFICATION - ADD - QUADRATIC PENTAHEDRON OpQuadraticHexahedron = 4108, // MENU MODIFICATION - ADD - QUADRATIC HEXAHEDRON OpTriQuadraticHexahedron = 4109, // MENU MODIFICATION - ADD - TRIQUADRATIC HEXAHEDRON + OpQuadraticPolygon = 4110, // MENU MODIFICATION - ADD - QUADRATIC POLYGON OpRemoveNodes = 4200, // MENU MODIFICATION - REMOVE - NODE OpRemoveElements = 4201, // MENU MODIFICATION - REMOVE - ELEMENTS OpRemoveOrphanNodes = 4202, // MENU MODIFICATION - REMOVE - ORPHAN NODES @@ -174,6 +180,7 @@ namespace SMESHOp { OpPatternMapping = 4512, // MENU MODIFICATION - PATTERN MAPPING OpConvertMeshToQuadratic = 4513, // MENU MODIFICATION - CONVERT TO/FROM QUADRATIC OpCreateBoundaryElements = 4514, // MENU MODIFICATION - CREATE BOUNDARY ELEMENTS + OpSplitBiQuadratic = 4515, // MENU MODIFICATION - SPLIT BI-QUADRATIC TO LINEAR // Measurements -------------------//-------------------------------- OpPropertiesLength = 5000, // MENU MEASUREMENTS - BASIC PROPERTIES - LENGTH OpPropertiesArea = 5001, // MENU MEASUREMENTS - BASIC PROPERTIES - AREA