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