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