Salome HOME
0020660: EDF 1238 GEOM: Missing equivalent of 2nd contructor of LCS in TUI
[modules/geom.git] / src / GEOMImpl / GEOMImpl_Types.hxx
1 //  Copyright (C) 2007-2008  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 //GEOM_Object types
23 //
24 #define GEOM_COPY    0
25 #define GEOM_IMPORT  1
26
27 #define GEOM_POINT   2
28 #define GEOM_VECTOR  3
29 #define GEOM_PLANE   4
30 #define GEOM_LINE    5
31
32 #define GEOM_TORUS    6
33 #define GEOM_BOX      7
34 #define GEOM_CYLINDER 8
35 #define GEOM_CONE     9
36 #define GEOM_SPHERE   10
37
38 #define GEOM_PRISM      11
39 #define GEOM_REVOLUTION 12
40
41 #define GEOM_BOOLEAN   13
42 #define GEOM_PARTITION 14
43
44 #define GEOM_POLYLINE 15
45 #define GEOM_CIRCLE   16
46 #define GEOM_SPLINE   17
47 #define GEOM_ELLIPSE  18
48 #define GEOM_CIRC_ARC 19
49
50 #define GEOM_FILLET    20
51 #define GEOM_FILLET_2D 45
52 #define GEOM_FILLET_1D 46
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 //GEOM_Function types
97
98 #define COPY_WITH_REF    1
99 #define COPY_WITHOUT_REF 2
100
101 #define EXPORT_SHAPE 1
102 #define IMPORT_SHAPE 1
103
104 #define POINT_XYZ                1
105 #define POINT_XYZ_REF            2
106 #define POINT_CURVE_PAR          3
107 #define POINT_LINES_INTERSECTION 4
108 #define POINT_SURFACE_PAR        5
109 #define POINT_CURVE_COORD        6
110 #define POINT_SURFACE_COORD      7
111
112 #define VECTOR_TWO_PNT  1
113 #define VECTOR_DX_DY_DZ 2
114 #define VECTOR_TANGENT_CURVE_PAR 3
115 #define VECTOR_FACE_NORMALE 4
116
117 #define PLANE_PNT_VEC      1
118 #define PLANE_FACE         2
119 #define PLANE_THREE_PNT    3
120 #define PLANE_TANGENT_FACE 4
121 #define PLANE_2_VEC        5
122 #define PLANE_LCS          6
123
124 #define LINE_TWO_PNT   1
125 #define LINE_PNT_DIR   2
126 #define LINE_TWO_FACES 3
127
128 #define TRANSLATE_TWO_POINTS      1
129 #define TRANSLATE_VECTOR          2
130 #define TRANSLATE_VECTOR_DISTANCE 9
131 #define TRANSLATE_TWO_POINTS_COPY 3
132 #define TRANSLATE_VECTOR_COPY     4
133 #define TRANSLATE_1D              5
134 #define TRANSLATE_2D              6
135 #define TRANSLATE_XYZ             7
136 #define TRANSLATE_XYZ_COPY        8
137
138 #define ROTATE                    1
139 #define ROTATE_COPY               2
140 #define ROTATE_1D                 3
141 #define ROTATE_2D                 4
142 #define ROTATE_THREE_POINTS       5
143 #define ROTATE_THREE_POINTS_COPY  6
144
145 #define MIRROR_PLANE      1
146 #define MIRROR_PLANE_COPY 2
147 #define MIRROR_AXIS       3
148 #define MIRROR_AXIS_COPY  4
149 #define MIRROR_POINT      5
150 #define MIRROR_POINT_COPY 6
151
152 #define OFFSET_SHAPE      1
153 #define OFFSET_SHAPE_COPY 2
154
155 #define SCALE_SHAPE      1
156 #define SCALE_SHAPE_COPY 2
157 #define SCALE_SHAPE_AXES      3
158 #define SCALE_SHAPE_AXES_COPY 4
159
160 #define POSITION_SHAPE      1
161 #define POSITION_SHAPE_COPY 2
162 #define POSITION_SHAPE_FROM_GLOBAL      3
163 #define POSITION_SHAPE_FROM_GLOBAL_COPY 4
164 #define POSITION_ALONG_PATH 5
165
166 #define TORUS_RR         1
167 #define TORUS_PNT_VEC_RR 2
168
169 #define BOX_DX_DY_DZ  1
170 #define BOX_TWO_PNT   2
171
172 #define FACE_OBJ_H_W  1
173 #define FACE_H_W        2
174
175 #define DISK_PNT_VEC_R    1
176 #define DISK_THREE_PNT    2
177 #define DISK_R            3
178
179 #define CYLINDER_R_H         1
180 #define CYLINDER_PNT_VEC_R_H 2
181
182 #define CONE_R1_R2_H         1
183 #define CONE_PNT_VEC_R1_R2_H 2
184
185 #define SPHERE_R     1
186 #define SPHERE_PNT_R 2
187
188 #define PRISM_BASE_VEC_H         1
189 #define PRISM_BASE_TWO_PNT       2
190 #define PRISM_BASE_VEC_H_2WAYS   3
191 #define PRISM_BASE_TWO_PNT_2WAYS 4
192 #define PRISM_BASE_DXDYDZ        5
193 #define PRISM_BASE_DXDYDZ_2WAYS  6
194
195 #define REVOLUTION_BASE_AXIS_ANGLE       1
196 #define REVOLUTION_BASE_AXIS_ANGLE_2WAYS 2
197
198 #define PIPE_BASE_PATH 1
199 #define PIPE_DIFFERENT_SECTIONS 2
200 #define PIPE_SHELL_SECTIONS 3
201 #define PIPE_SHELLS_WITHOUT_PATH 4
202 #define PIPE_BI_NORMAL_ALONG_VECTOR 5
203
204 #define THRUSECTIONS_RULED 1
205 #define THRUSECTIONS_SMOOTHED 2
206
207 #define BOOLEAN_COMMON  1
208 #define BOOLEAN_CUT     2
209 #define BOOLEAN_FUSE    3
210 #define BOOLEAN_SECTION 4
211
212 #define PARTITION_PARTITION 1
213 #define PARTITION_HALF      2
214 #define PARTITION_NO_SELF_INTERSECTIONS 3
215
216 #define POLYLINE_POINTS 1
217
218 #define CIRCLE_THREE_PNT 1
219 #define CIRCLE_PNT_VEC_R 2
220 #define CIRCLE_CENTER_TWO_PNT 3
221
222 #define SPLINE_BEZIER        1
223 #define SPLINE_INTERPOLATION 2
224
225 #define ELLIPSE_PNT_VEC_RR 1
226
227 #define CIRC_ARC_THREE_PNT         1
228 #define CIRC_ARC_CENTER            2
229 #define ELLIPSE_ARC_CENTER_TWO_PNT 3
230
231 #define FILLET_SHAPE_ALL      1
232 #define FILLET_SHAPE_EDGES    2
233 #define FILLET_SHAPE_FACES    3
234 #define FILLET_SHAPE_EDGES_2R 4
235 #define FILLET_SHAPE_FACES_2R 5
236
237 #define FILLET_2D_SHAPE_VERTEXES      1
238 #define FILLET_1D_SHAPE_VERTEXES      1
239
240 #define CHAMFER_SHAPE_ALL      1
241 #define CHAMFER_SHAPE_EDGE     2
242 #define CHAMFER_SHAPE_FACES    3
243 #define CHAMFER_SHAPE_EDGES    4
244 #define CHAMFER_SHAPE_EDGE_AD  5
245 #define CHAMFER_SHAPE_FACES_AD 6
246 #define CHAMFER_SHAPE_EDGES_AD 7
247
248 #define WIRE_EDGES          1
249 #define FACE_WIRE           2
250 #define SHELL_FACES         3
251 #define SOLID_SHELL         4
252 #define SOLID_SHELLS        5
253 #define COMPOUND_SHAPES     6
254 #define SUBSHAPE_SORTED     7
255 #define SUBSHAPE_NOT_SORTED 8
256 #define FACE_WIRES          9
257 #define REVERSE_ORIENTATION 10
258
259 #define ARCHIMEDE_TYPE 1
260
261 // Shape Healing operators
262 #define SHAPE_PROCESS      1
263 #define SUPPRESS_FACES     2
264 #define CLOSE_CONTOUR      3
265 #define REMOVE_INT_WIRES   4
266 #define FILL_HOLES         5
267 #define SEWING             6
268 #define DIVIDE_EDGE        7
269 #define CHANGE_ORIENTATION 8
270
271 #define BASIC_FILLING 1
272
273 #define GLUE_FACES 1
274 #define GLUE_FACES_BY_LIST 2
275
276 #define SKETCHER_NINE_DOUBLS 1
277 #define SKETCHER_PLANE 2
278
279 #define CDG_MEASURE 1
280
281 #define GROUP_FUNCTION 1
282
283 #define SHAPES_ON_SHAPE 1
284
285 // Blocks
286 #define BLOCK_FACE_FOUR_PNT       1
287 #define BLOCK_FACE_FOUR_EDGES     2
288 #define BLOCK_FACE_TWO_EDGES      3
289 #define BLOCK_SIX_FACES           4
290 #define BLOCK_TWO_FACES           5
291 #define BLOCK_MULTI_TRANSFORM_1D  6
292 #define BLOCK_MULTI_TRANSFORM_2D  7
293 #define BLOCK_COMPOUND_GLUE       8
294 #define BLOCK_REMOVE_EXTRA        9
295 #define BLOCK_COMPOUND_IMPROVE    10
296
297 // Marker
298 #define MARKER_CS      1
299 #define MARKER_SHAPE   2
300 #define MARKER_PNT2VEC 3