Salome HOME
Fix for the bug "IPAL22425 TC6.3.0: Wrong Dump of Study".
[modules/geom.git] / src / GEOMGUI / GeometryGUI_Operations.h
1 //  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 //  This library is free software; you can redistribute it and/or
4 //  modify it under the terms of the GNU Lesser General Public
5 //  License as published by the Free Software Foundation; either
6 //  version 2.1 of the License.
7 //
8 //  This library is distributed in the hope that it will be useful,
9 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
10 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 //  Lesser General Public License for more details.
12 //
13 //  You should have received a copy of the GNU Lesser General Public
14 //  License along with this library; if not, write to the Free Software
15 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19 //  File   : GeometryGUI_Operations.h
20 //  Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com)
21
22 #ifndef GEOMETRYGUI_OPERATIONS_H
23 #define GEOMETRYGUI_OPERATIONS_H
24
25 namespace GEOMOp {
26   enum {
27     // ToolsGUI ------------------//--------------------------------
28     OpImport            = 1000,   // MENU FILE  - IMPORT
29     OpExport            = 1001,   // MENU FILE  - EXPORT
30     OpDelete            = 1020,   // MENU EDIT  - DELETE
31     OpCheckGeom         = 1030,   // MENU TOOLS - CHECK GEOMETRY
32     OpSelectVertex      = 1100,   // POPUP MENU - SELECT ONLY - VERTEX
33     OpSelectEdge        = 1101,   // POPUP MENU - SELECT ONLY - EDGE
34     OpSelectWire        = 1102,   // POPUP MENU - SELECT ONLY - WIRE
35     OpSelectFace        = 1103,   // POPUP MENU - SELECT ONLY - FACE
36     OpSelectShell       = 1104,   // POPUP MENU - SELECT ONLY - SHELL
37     OpSelectSolid       = 1105,   // POPUP MENU - SELECT ONLY - SOLID
38     OpSelectCompound    = 1106,   // POPUP MENU - SELECT ONLY - COMPOUND
39     OpSelectAll         = 1107,   // POPUP MENU - SELECT ONLY - SELECT ALL
40     OpDeflection        = 1200,   // POPUP MENU - DEFLECTION COEFFICIENT
41     OpColor             = 1201,   // POPUP MENU - COLOR
42     OpTransparency      = 1202,   // POPUP MENU - TRANSPARENCY
43     OpIncrTransparency  = 1203,   // SHORTCUT   - INCREASE TRANSPARENCY
44     OpDecrTransparency  = 1204,   // SHORTCUT   - DECREASE TRANSPARENCY
45     OpIsos              = 1205,   // POPUP MENU - ISOS
46     OpIncrNbIsos        = 1206,   // SHORTCUT   - INCREASE NB ISOS
47     OpDecrNbIsos        = 1207,   // SHORTCUT   - DECREASE NB ISOS
48     OpAutoColor         = 1208,   // POPUP MENU - AUTO COLOR
49     OpNoAutoColor       = 1209,   // POPUP MENU - DISABLE AUTO COLOR
50     OpPointMarker       = 1210,   // POPUP MENU - POINT MARKER
51     OpShowChildren      = 1250,   // POPUP MENU - SHOW CHILDREN
52     OpHideChildren      = 1251,   // POPUP MENU - HIDE CHILDREN
53     OpUnpublishObject   = 1253,   // POPUP MENU - UNPUBLISH
54     OpPublishObject     = 1254,   // GEOM ROOT OBJECT - POPUP MENU - PUBLISH
55
56     // DisplayGUI ----------------//--------------------------------
57     OpDisplayMode       = 2000,   // MENU VIEW  - DISPLAY MODE - WIREFRAME/SHADING
58     OpSwitchVectors     = 2001,   // MENU VIEW  - DISPLAY MODE - SHOW/HIDE EDGE DIRECTION
59     OpShowAll           = 2002,   // MENU VIEW  - SHOW ALL
60     OpHideAll           = 2003,   // MENU VIEW  - HIDE ALL
61     OpShow              = 2100,   // POPUP MENU - SHOW
62     OpShowOnly          = 2101,   // POPUP MENU - SHOW ONLY
63     OpHide              = 2102,   // POPUP MENU - HIDE
64     OpWireframe         = 2200,   // POPUP MENU - DISPLAY MODE - WIREFRAME
65     OpShading           = 2201,   // POPUP MENU - DISPLAY MODE - SHADING
66     OpVectors           = 2202,   // POPUP MENU - DISPLAY MODE - SHOW EDGE DIRECTION
67     // BasicGUI ------------------//--------------------------------
68     OpPoint             = 3000,   // MENU NEW ENTITY - BASIC - POINT
69     OpLine              = 3001,   // MENU NEW ENTITY - BASIC - LINE
70     OpCircle            = 3002,   // MENU NEW ENTITY - BASIC - CIRCLE
71     OpEllipse           = 3003,   // MENU NEW ENTITY - BASIC - ELLIPSE
72     OpArc               = 3004,   // MENU NEW ENTITY - BASIC - ARC
73     OpVector            = 3005,   // MENU NEW ENTITY - BASIC - VECTOR
74     OpPlane             = 3006,   // MENU NEW ENTITY - BASIC - PLANE
75     OpCurve             = 3007,   // MENU NEW ENTITY - BASIC - CURVE
76     OpLCS               = 3008,   // MENU NEW ENTITY - BASIC - LOCAL COORDINATE SYSTEM
77     OpOriginAndVectors  = 3009,   // MENU NEW ENTITY - BASIC - ORIGIN AND BASE VECTORS
78     // PrimitiveGUI --------------//--------------------------------
79     OpBox               = 3100,   // MENU NEW ENTITY - PRIMITIVES - BOX
80     OpCylinder          = 3101,   // MENU NEW ENTITY - PRIMITIVES - CYLINDER
81     OpSphere            = 3102,   // MENU NEW ENTITY - PRIMITIVES - SPHERE
82     OpTorus             = 3103,   // MENU NEW ENTITY - PRIMITIVES - TORUS
83     OpCone              = 3104,   // MENU NEW ENTITY - PRIMITIVES - CONE
84     OpRectangle         = 3105,   // MENU NEW ENTITY - PRIMITIVES - FACE
85     OpDisk              = 3106,   // MENU NEW ENTITY - PRIMITIVES - DISK
86     // GenerationGUI -------------//--------------------------------
87     OpPrism             = 3200,   // MENU NEW ENTITY - GENERATION - EXTRUSION
88     OpRevolution        = 3201,   // MENU NEW ENTITY - GENERATION - REVOLUTION
89     OpFilling           = 3202,   // MENU NEW ENTITY - GENERATION - FILLING
90     OpPipe              = 3203,   // MENU NEW ENTITY - GENERATION - EXTRUSION ALONG PATH
91     // EntityGUI -----------------//--------------------------------
92     Op2dSketcher        = 3300,   // MENU NEW ENTITY - SKETCHER
93     Op3dSketcher        = 3301,   // MENU NEW ENTITY - 3D SKETCHER
94     OpExplode           = 3302,   // MENU NEW ENTITY - EXPLODE
95     // BuildGUI ------------------//--------------------------------
96     OpEdge              = 3400,   // MENU NEW ENTITY - BUILD - EDGE
97     OpWire              = 3401,   // MENU NEW ENTITY - BUILD - WIRE
98     OpFace              = 3402,   // MENU NEW ENTITY - BUILD - FACE
99     OpShell             = 3403,   // MENU NEW ENTITY - BUILD - SHELL
100     OpSolid             = 3404,   // MENU NEW ENTITY - BUILD - SOLID
101     OpCompound          = 3405,   // MENU NEW ENTITY - BUILD - COMPOUND
102     // BooleanGUI ----------------//--------------------------------
103     OpFuse              = 3500,   // MENU OPERATIONS - BOOLEAN - FUSE
104     OpCommon            = 3501,   // MENU OPERATIONS - BOOLEAN - COMMON
105     OpCut               = 3502,   // MENU OPERATIONS - BOOLEAN - CUT
106     OpSection           = 3503,   // MENU OPERATIONS - BOOLEAN - SECTION
107     // TransformationGUI ---------//--------------------------------
108     OpTranslate         = 3600,   // MENU OPERATIONS - TRANSFORMATION - TRANSLATION
109     OpRotate            = 3601,   // MENU OPERATIONS - TRANSFORMATION - ROTATION
110     OpChangeLoc         = 3602,   // MENU OPERATIONS - TRANSFORMATION - LOCATION
111     OpMirror            = 3603,   // MENU OPERATIONS - TRANSFORMATION - MIRROR
112     OpScale             = 3604,   // MENU OPERATIONS - TRANSFORMATION - SCALE
113     OpOffset            = 3605,   // MENU OPERATIONS - TRANSFORMATION - OFFSET
114     OpMultiTranslate    = 3606,   // MENU OPERATIONS - TRANSFORMATION - MULTI-TRANSLATION
115     OpMultiRotate       = 3607,   // MENU OPERATIONS - TRANSFORMATION - MULTI-ROTATION
116     OpReimport          = 3608,   // POPUP MENU - RELOAD IMPORTED
117     OpProjection        = 3609,   // MENU OPERATIONS - TRANSFORMATION - PROJECTION
118     // OperationGUI
119     OpPartition         = 3700,   // MENU OPERATION - PARTITION
120     OpArchimede         = 3701,   // MENU OPERATION - ARCHIMEDE
121     OpFillet3d          = 3702,   // MENU OPERATION - FILLET
122     OpChamfer           = 3703,   // MENU OPERATION - CHAMFER
123     OpShapesOnShape     = 3704,   // MENU OPERATION - GET SHAPES ON SHAPE
124     OpFillet2d          = 3705,   // MENU OPERATION - FILLET 2D
125     OpFillet1d          = 3706,   // MENU OPERATION - FILLET 1D
126     OpClipping          = 3707,   // MENU OPERATION - CLIPPING RANGE
127     OpSharedShapes      = 3708,   // MENU OPERATION - GET SHARED SHAPES
128     // RepairGUI -----------------//--------------------------------
129     OpSewing            = 4000,   // MENU REPAIR - SEWING
130     OpSuppressFaces     = 4001,   // MENU REPAIR - SUPPRESS FACES
131     OpSuppressHoles     = 4002,   // MENU REPAIR - SUPPRESS HOLES
132     OpShapeProcess      = 4003,   // MENU REPAIR - SHAPE PROCESSING
133     OpCloseContour      = 4004,   // MENU REPAIR - CLOSE CONTOUR
134     OpRemoveIntWires    = 4005,   // MENU REPAIR - REMOVE INTERNAL WIRES
135     OpAddPointOnEdge    = 4006,   // MENU REPAIR - ADD POINT ON EDGE
136     OpFreeBoundaries    = 4007,   // MENU MEASURES - FREE BOUNDARIES
137     OpFreeFaces         = 4008,   // MENU MEASURES - FREE FACES
138     OpOrientation       = 4009,   // MENU REPAIR - CHANGE ORIENTATION
139     OpGlueFaces         = 4010,   // MENU REPAIR - GLUE FACES
140     OpRemoveExtraEdges  = 4011,   // MENU REPAIR - REMOVE EXTRA EDGES
141     OpLimitTolerance    = 4012,   // MENU REPAIR - LIMIT TOLERANCE
142     OpGlueEdges         = 4013,   // MENU REPAIR - GLUE EDGES
143     // MeasureGUI ----------------//--------------------------------
144     OpProperties        = 5000,   // MENU MEASURES - PROPERTIES
145     OpCenterMass        = 5001,   // MENU MEASURES - CENTRE OF MASS
146     OpInertia           = 5002,   // MENU MEASURES - INERTIA
147     OpNormale           = 5003,   // MENU MEASURES - NORMALE
148     OpBoundingBox       = 5004,   // MENU MEASURES - BOUNDING BOX
149     OpMinDistance       = 5005,   // MENU MEASURES - MIN DISTANCE
150     OpAngle             = 5006,   // MENU MEASURES - ANGLE
151     OpTolerance         = 5007,   // MENU MEASURES - TOLERANCE
152     OpWhatIs            = 5008,   // MENU MEASURES - WHAT IS
153     OpCheckShape        = 5009,   // MENU MEASURES - CHECK
154     OpCheckCompound     = 5010,   // MENU MEASURES - CHECK COMPOUND OF BLOCKS
155     OpPointCoordinates  = 5011,   // MENU MEASURES - POINT COORDINATES
156     // GroupGUI ------------------//--------------------------------
157     OpGroupCreate       = 6000,   // MENU GROUP - CREATE
158     OpGroupEdit         = 6001,   // MENU GROUP - EDIT
159     OpGroupCreatePopup  = 6002,   // POPUP MENU - CREATE GROUP
160     // BlocksGUI -----------------//--------------------------------
161     OpHexaSolid         = 6100,   // MENU BLOCKS - HEXAHEDRAL SOLID
162     OpMultiTransform    = 6101,   // MENU BLOCKS - MULTI-TRANSFORMATION
163     OpQuadFace          = 6102,   // MENU BLOCKS - QUADRANGLE FACE
164     OpPropagate         = 6103,   // MENU BLOCKS - PROPAGATE
165     OpExplodeBlock      = 6104,   // MENU BLOCKS - EXPLODE ON BLOCKS
166     // AdvancedGUI ---------------//--------------------------------
167     OpAdvancedNoOp      = 10000,  // NO OPERATION (advanced operations base)
168     OpPipeTShape        = 10001,  // MENU NEW ENTITY - ADVANCED - PIPE TSHAPE
169 //     OpPipeTShapeGroups  = 10002,  // MENU NEW ENTITY - ADVANCED - PIPE TSHAPE GROUPS
170     //@@ insert new functions before this line @@ do not remove this line @@//
171   };
172 }
173
174 #endif // GEOMETRYGUI_OPERATIONS_H