Salome HOME
Mantis issue 0021934: Delete the internal faces of an object
[modules/geom.git] / src / GEOMImpl / GEOMImpl_Types.hxx
1 // Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 //
6 // This library is free software; you can redistribute it and/or
7 // modify it under the terms of the GNU Lesser General Public
8 // License as published by the Free Software Foundation; either
9 // version 2.1 of the License.
10 //
11 // This library is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 // Lesser General Public License for more details.
15 //
16 // You should have received a copy of the GNU Lesser General Public
17 // License along with this library; if not, write to the Free Software
18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 //
20 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22
23
24 // GEOM_Object types
25
26 #define GEOM_COPY    0
27 #define GEOM_IMPORT  1
28
29 #define GEOM_POINT   2
30 #define GEOM_VECTOR  3
31 #define GEOM_PLANE   4
32 #define GEOM_LINE    5
33
34 #define GEOM_TORUS    6
35 #define GEOM_BOX      7
36 #define GEOM_CYLINDER 8
37 #define GEOM_CONE     9
38 #define GEOM_SPHERE   10
39
40 #define GEOM_PRISM      11
41 #define GEOM_REVOLUTION 12
42
43 #define GEOM_BOOLEAN   13
44 #define GEOM_PARTITION 14
45
46 #define GEOM_POLYLINE 15
47 #define GEOM_CIRCLE   16
48 #define GEOM_SPLINE   17
49 #define GEOM_ELLIPSE  18
50 #define GEOM_CIRC_ARC 19
51
52 #define GEOM_FILLET    20
53 #define GEOM_FILLET_2D 45
54 #define GEOM_FILLET_1D 46
55 #define GEOM_CHAMFER   21
56
57 #define GEOM_EDGE  22
58 #define GEOM_WIRE  23
59 #define GEOM_FACE  24
60 #define GEOM_SHELL 25
61 #define GEOM_SOLID 26
62 #define GEOM_COMPOUND 27
63
64 #define GEOM_SUBSHAPE 28
65
66 #define GEOM_PIPE 29
67
68 #define GEOM_ARCHIMEDE 30
69
70 #define GEOM_FILLING 31
71
72 #define GEOM_EXPLODE 32
73
74 #define GEOM_GLUED 33
75
76 #define GEOM_SKETCHER 34
77
78 #define GEOM_CDG 35
79
80 #define GEOM_FREE_BOUNDS 36
81
82 #define GEOM_GROUP 37
83
84 #define GEOM_BLOCK 38
85
86 #define GEOM_MARKER 39
87
88 #define GEOM_THRUSECTIONS 40
89
90 #define GEOM_COMPOUNDFILTER 41
91
92 #define GEOM_SHAPES_ON_SHAPE 42
93
94 #define GEOM_ELLIPSE_ARC 43
95
96 #define GEOM_3DSKETCHER 44
97
98 #define GEOM_PROJECTION 45
99
100 #define GEOM_EXTRUDED_CUT 46
101
102 #define GEOM_EXTRUDED_BOSS 47
103
104 #define GEOM_PIPE_PATH 48
105
106 #define GEOM_THICKENING 49
107
108 //GEOM_Function types
109
110 #define COPY_WITH_REF    1
111 #define COPY_WITHOUT_REF 2
112
113 #define EXPORT_SHAPE 1
114 #define IMPORT_SHAPE 1
115
116 #define POINT_XYZ                1
117 #define POINT_XYZ_REF            2
118 #define POINT_CURVE_PAR          3
119 #define POINT_LINES_INTERSECTION 4
120 #define POINT_SURFACE_PAR        5
121 #define POINT_CURVE_COORD        6
122 #define POINT_SURFACE_COORD      7
123 #define POINT_CURVE_LENGTH       8
124 #define POINT_FACE_ANY           9
125
126 // Vector
127 #define VECTOR_TWO_PNT  1
128 #define VECTOR_DX_DY_DZ 2
129 #define VECTOR_TANGENT_CURVE_PAR 3
130 #define VECTOR_REVERSE 4
131
132 #define PLANE_PNT_VEC      1
133 #define PLANE_FACE         2
134 #define PLANE_THREE_PNT    3
135 #define PLANE_TANGENT_FACE 4
136 #define PLANE_2_VEC        5
137 #define PLANE_LCS          6
138
139 #define LINE_TWO_PNT   1
140 #define LINE_PNT_DIR   2
141 #define LINE_TWO_FACES 3
142
143 #define TRANSLATE_TWO_POINTS      1
144 #define TRANSLATE_VECTOR          2
145 #define TRANSLATE_VECTOR_DISTANCE 9
146 #define TRANSLATE_TWO_POINTS_COPY 3
147 #define TRANSLATE_VECTOR_COPY     4
148 #define TRANSLATE_1D              5
149 #define TRANSLATE_2D              6
150 #define TRANSLATE_XYZ             7
151 #define TRANSLATE_XYZ_COPY        8
152
153 #define ROTATE                    1
154 #define ROTATE_COPY               2
155 #define ROTATE_1D                 3
156 #define ROTATE_2D                 4
157 #define ROTATE_THREE_POINTS       5
158 #define ROTATE_THREE_POINTS_COPY  6
159 #define ROTATE_1D_STEP            7
160
161 #define MIRROR_PLANE      1
162 #define MIRROR_PLANE_COPY 2
163 #define MIRROR_AXIS       3
164 #define MIRROR_AXIS_COPY  4
165 #define MIRROR_POINT      5
166 #define MIRROR_POINT_COPY 6
167
168 #define OFFSET_SHAPE      1
169 #define OFFSET_SHAPE_COPY 2
170 #define OFFSET_THICKENING 3
171 #define OFFSET_THICKENING_COPY 4
172
173 #define PROJECTION_COPY 1
174
175 #define SCALE_SHAPE      1
176 #define SCALE_SHAPE_COPY 2
177 #define SCALE_SHAPE_AXES      3
178 #define SCALE_SHAPE_AXES_COPY 4
179
180 #define POSITION_SHAPE      1
181 #define POSITION_SHAPE_COPY 2
182 #define POSITION_SHAPE_FROM_GLOBAL      3
183 #define POSITION_SHAPE_FROM_GLOBAL_COPY 4
184 #define POSITION_ALONG_PATH 5
185
186 #define TORUS_RR         1
187 #define TORUS_PNT_VEC_RR 2
188
189 #define BOX_DX_DY_DZ  1
190 #define BOX_TWO_PNT   2
191
192 #define FACE_OBJ_H_W  1
193 #define FACE_H_W        2
194
195 #define DISK_PNT_VEC_R    1
196 #define DISK_THREE_PNT    2
197 #define DISK_R            3
198
199 #define CYLINDER_R_H         1
200 #define CYLINDER_PNT_VEC_R_H 2
201
202 #define CONE_R1_R2_H         1
203 #define CONE_PNT_VEC_R1_R2_H 2
204
205 #define SPHERE_R     1
206 #define SPHERE_PNT_R 2
207
208 #define PRISM_BASE_VEC_H         1
209 #define PRISM_BASE_TWO_PNT       2
210 #define PRISM_BASE_VEC_H_2WAYS   3
211 #define PRISM_BASE_TWO_PNT_2WAYS 4
212 #define PRISM_BASE_DXDYDZ        5
213 #define PRISM_BASE_DXDYDZ_2WAYS  6
214 #define DRAFT_PRISM_FEATURE      7
215
216 #define REVOLUTION_BASE_AXIS_ANGLE       1
217 #define REVOLUTION_BASE_AXIS_ANGLE_2WAYS 2
218
219 #define PIPE_BASE_PATH 1
220 #define PIPE_DIFFERENT_SECTIONS 2
221 #define PIPE_SHELL_SECTIONS 3
222 #define PIPE_SHELLS_WITHOUT_PATH 4
223 #define PIPE_BI_NORMAL_ALONG_VECTOR 5
224
225 // RestorePath
226 #define PIPE_PATH_TWO_BASES 1
227 #define PIPE_PATH_TWO_SEQS  2
228
229 #define THRUSECTIONS_RULED 1
230 #define THRUSECTIONS_SMOOTHED 2
231
232 #define BOOLEAN_COMMON      1
233 #define BOOLEAN_CUT         2
234 #define BOOLEAN_FUSE        3
235 #define BOOLEAN_SECTION     4
236 #define BOOLEAN_COMMON_LIST 5
237 #define BOOLEAN_CUT_LIST    6
238 #define BOOLEAN_FUSE_LIST   7
239
240 #define PARTITION_PARTITION 1
241 #define PARTITION_HALF      2
242 #define PARTITION_NO_SELF_INTERSECTIONS 3
243
244 #define POLYLINE_POINTS 1
245
246 #define SPLINE_BEZIER            1
247 #define SPLINE_INTERPOLATION     2
248 #define SPLINE_INTERPOL_TANGENTS 3
249
250 #define CIRCLE_THREE_PNT 1
251 #define CIRCLE_PNT_VEC_R 2
252 #define CIRCLE_CENTER_TWO_PNT 3
253
254 #define ELLIPSE_PNT_VEC_RR 1
255
256 // Arc
257 #define CIRC_ARC_THREE_PNT         1
258 #define CIRC_ARC_CENTER            2
259 #define ELLIPSE_ARC_CENTER_TWO_PNT 3
260
261 #define FILLET_SHAPE_ALL      1
262 #define FILLET_SHAPE_EDGES    2
263 #define FILLET_SHAPE_FACES    3
264 #define FILLET_SHAPE_EDGES_2R 4
265 #define FILLET_SHAPE_FACES_2R 5
266
267 #define FILLET_2D_SHAPE_VERTEXES      1
268 #define FILLET_1D_SHAPE_VERTEXES      1
269
270 #define CHAMFER_SHAPE_ALL      1
271 #define CHAMFER_SHAPE_EDGE     2
272 #define CHAMFER_SHAPE_FACES    3
273 #define CHAMFER_SHAPE_EDGES    4
274 #define CHAMFER_SHAPE_EDGE_AD  5
275 #define CHAMFER_SHAPE_FACES_AD 6
276 #define CHAMFER_SHAPE_EDGES_AD 7
277
278 // Shape creation
279 #define WIRE_EDGES          1
280 #define FACE_WIRE           2
281 #define SHELL_FACES         3
282 #define SOLID_SHELL         4
283 #define SOLID_SHELLS        5
284 #define COMPOUND_SHAPES     6
285 #define SUBSHAPE_SORTED     7
286 #define SUBSHAPE_NOT_SORTED 8
287 #define FACE_WIRES          9
288 //#define REVERSE_ORIENTATION 10
289 #define EDGE_WIRE           11
290 #define EDGE_CURVE_LENGTH   12
291
292 #define ARCHIMEDE_TYPE 1
293
294 // Shape Healing operators
295 #define SHAPE_PROCESS      1
296 #define SUPPRESS_FACES     2
297 #define CLOSE_CONTOUR      3
298 #define REMOVE_INT_WIRES   4
299 #define FILL_HOLES         5
300 #define SEWING             6
301 #define DIVIDE_EDGE        7
302 #define CHANGE_ORIENTATION 8
303 #define LIMIT_TOLERANCE    9
304 #define FUSE_COLLINEAR_EDGES  10
305 #define SEWING_NON_MANIFOLD   11
306 #define REMOVE_INTERNAL_FACES 12
307
308 #define BASIC_FILLING 1
309
310 #define GLUE_FACES         1
311 #define GLUE_FACES_BY_LIST 2
312 #define GLUE_EDGES         3
313 #define GLUE_EDGES_BY_LIST 4
314
315 #define SKETCHER_NINE_DOUBLS 1
316 #define SKETCHER_PLANE       2
317
318 #define SKETCHER3D_COORDS  1
319 #define SKETCHER3D_COMMAND 2
320
321 // Measures
322 #define CDG_MEASURE 1
323 #define BND_BOX_MEASURE 2
324 #define BND_BOX_MEASURE_PRECISE 3
325 #define VECTOR_FACE_NORMALE 4
326 #define VERTEX_BY_INDEX 5
327
328 #define GROUP_FUNCTION 1
329
330 #define SHAPES_ON_SHAPE 1
331
332 // Curve constructor type
333 #define POINT_CONSTRUCTOR 0
334 #define COORD_CONSTRUCTOR 1
335
336 // Blocks
337 #define BLOCK_FACE_FOUR_PNT       1
338 #define BLOCK_FACE_FOUR_EDGES     2
339 #define BLOCK_FACE_TWO_EDGES      3
340 #define BLOCK_SIX_FACES           4
341 #define BLOCK_TWO_FACES           5
342 #define BLOCK_MULTI_TRANSFORM_1D  6
343 #define BLOCK_MULTI_TRANSFORM_2D  7
344 #define BLOCK_COMPOUND_GLUE       8
345 #define BLOCK_REMOVE_EXTRA        9
346 #define BLOCK_COMPOUND_IMPROVE    10
347 #define BLOCK_UNION_FACES         11
348
349 // Marker
350 #define MARKER_CS      1
351 #define MARKER_SHAPE   2
352 #define MARKER_PNT2VEC 3
353
354 // Advanced functions (base = 200)
355 #define ADVANCED_BASE 200  // NO OPERATION (advanced operations base)
356 #define GEOM_TSHAPE 201
357 #define GEOM_DIVIDEDDISK 202
358 #define GEOM_DIVIDEDCYLINDER 203
359 #define GEOM_SMOOTHINGSURFACE 204
360 /*@@ insert new functions before this line @@ do not remove this line @@ do not remove this line @@*/
361 // Advanced functions sub-operations codes
362 #define TSHAPE_BASIC 1
363 #define TSHAPE_CHAMFER 2
364 #define TSHAPE_FILLET 3
365 #define DIVIDEDDISK_R_RATIO 1
366 #define DIVIDEDDISK_R_VECTOR_PNT 2
367 #define DIVIDEDCYLINDER_R_H 1
368 #define SMOOTHINGSURFACE_LPOINTS 1
369 /*@@ insert new functions before this line @@ do not remove this line @@ do not remove this line @@*/