]> SALOME platform Git repositories - modules/geom.git/blob - src/GEOMImpl/GEOMImpl_Types.hxx
Salome HOME
0019827: EDF 736 GEOM : Duplication of a object along an elliptic path
[modules/geom.git] / src / GEOMImpl / GEOMImpl_Types.hxx
1 // Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
3 // 
4 // This library is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU Lesser General Public
6 // License as published by the Free Software Foundation; either 
7 // version 2.1 of the License.
8 // 
9 // This library is distributed in the hope that it will be useful 
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
12 // Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public  
15 // License along with this library; if not, write to the Free Software 
16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 //
18 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19 //
20 //GEOM_Object types
21
22 #define GEOM_COPY    0
23 #define GEOM_IMPORT  1
24
25 #define GEOM_POINT   2
26 #define GEOM_VECTOR  3
27 #define GEOM_PLANE   4
28 #define GEOM_LINE    5
29
30 #define GEOM_TORUS    6
31 #define GEOM_BOX      7
32 #define GEOM_CYLINDER 8
33 #define GEOM_CONE     9
34 #define GEOM_SPHERE   10
35
36 #define GEOM_PRISM      11
37 #define GEOM_REVOLUTION 12
38
39 #define GEOM_BOOLEAN   13
40 #define GEOM_PARTITION 14
41
42 #define GEOM_POLYLINE 15
43 #define GEOM_CIRCLE   16
44 #define GEOM_SPLINE   17
45 #define GEOM_ELLIPSE  18
46 #define GEOM_CIRC_ARC 19
47
48 #define GEOM_FILLET  20
49 #define GEOM_CHAMFER 21
50
51 #define GEOM_EDGE  22
52 #define GEOM_WIRE  23
53 #define GEOM_FACE  24
54 #define GEOM_SHELL 25
55 #define GEOM_SOLID 26
56 #define GEOM_COMPOUND 27
57
58 #define GEOM_SUBSHAPE 28
59
60 #define GEOM_PIPE 29
61
62 #define GEOM_ARCHIMEDE 30
63
64 #define GEOM_FILLING 31
65
66 #define GEOM_EXPLODE 32
67
68 #define GEOM_GLUED 33
69
70 #define GEOM_SKETCHER 34
71
72 #define GEOM_CDG 35
73
74 #define GEOM_FREE_BOUNDS 36
75
76 #define GEOM_GROUP 37
77
78 #define GEOM_BLOCK 38
79
80 #define GEOM_MARKER 39
81
82 #define GEOM_THRUSECTIONS 40
83
84 #define GEOM_COMPOUNDFILTER 41
85
86 #define GEOM_SHAPES_ON_SHAPE 42
87
88 #define GEOM_ELLIPSE_ARC 43
89
90
91 //GEOM_Function types
92
93 #define COPY_WITH_REF    1
94 #define COPY_WITHOUT_REF 2
95
96 #define EXPORT_SHAPE 1
97 #define IMPORT_SHAPE 1
98
99 #define POINT_XYZ                1
100 #define POINT_XYZ_REF            2
101 #define POINT_CURVE_PAR          3
102 #define POINT_LINES_INTERSECTION 4
103 #define POINT_SURFACE_PAR        5
104 //#define POINT_FACE_PAR 5
105
106 #define VECTOR_TWO_PNT  1
107 #define VECTOR_DX_DY_DZ 2
108 #define VECTOR_TANGENT_CURVE_PAR 3
109 #define VECTOR_FACE_NORMALE 4
110
111 #define PLANE_PNT_VEC   1
112 #define PLANE_FACE      2
113 #define PLANE_THREE_PNT 3
114 #define PLANE_TANGENT_FACE 4
115
116 #define LINE_TWO_PNT   1
117 #define LINE_PNT_DIR   2
118 #define LINE_TWO_FACES 3
119
120 #define TRANSLATE_TWO_POINTS      1
121 #define TRANSLATE_VECTOR          2
122 #define TRANSLATE_VECTOR_DISTANCE 9
123 #define TRANSLATE_TWO_POINTS_COPY 3
124 #define TRANSLATE_VECTOR_COPY     4
125 #define TRANSLATE_1D              5
126 #define TRANSLATE_2D              6
127 #define TRANSLATE_XYZ             7
128 #define TRANSLATE_XYZ_COPY        8
129
130 #define ROTATE                    1
131 #define ROTATE_COPY               2
132 #define ROTATE_1D                 3
133 #define ROTATE_2D                 4
134 #define ROTATE_THREE_POINTS       5
135 #define ROTATE_THREE_POINTS_COPY  6
136
137 #define MIRROR_PLANE      1
138 #define MIRROR_PLANE_COPY 2
139 #define MIRROR_AXIS       3
140 #define MIRROR_AXIS_COPY  4
141 #define MIRROR_POINT      5
142 #define MIRROR_POINT_COPY 6
143
144 #define OFFSET_SHAPE      1
145 #define OFFSET_SHAPE_COPY 2
146
147 #define SCALE_SHAPE      1
148 #define SCALE_SHAPE_COPY 2
149 #define SCALE_SHAPE_AXES      3
150 #define SCALE_SHAPE_AXES_COPY 4
151
152 #define POSITION_SHAPE      1
153 #define POSITION_SHAPE_COPY 2
154 #define POSITION_SHAPE_FROM_GLOBAL      3
155 #define POSITION_SHAPE_FROM_GLOBAL_COPY 4
156 #define POSITION_ALONG_PATH 5
157
158 #define TORUS_RR         1
159 #define TORUS_PNT_VEC_RR 2
160
161 #define BOX_DX_DY_DZ  1
162 #define BOX_TWO_PNT   2
163
164 #define FACE_OBJ_H_W  1
165 #define FACE_H_W        2
166
167 #define DISK_PNT_VEC_R    1
168 #define DISK_THREE_PNT    2
169 #define DISK_R            3
170
171 #define CYLINDER_R_H         1
172 #define CYLINDER_PNT_VEC_R_H 2
173
174 #define CONE_R1_R2_H         1
175 #define CONE_PNT_VEC_R1_R2_H 2
176
177 #define SPHERE_R     1
178 #define SPHERE_PNT_R 2
179
180 #define PRISM_BASE_VEC_H         1
181 #define PRISM_BASE_TWO_PNT       2
182 #define PRISM_BASE_VEC_H_2WAYS   3
183 #define PRISM_BASE_TWO_PNT_2WAYS 4
184 #define PRISM_BASE_DXDYDZ        5
185 #define PRISM_BASE_DXDYDZ_2WAYS  6
186
187 #define REVOLUTION_BASE_AXIS_ANGLE       1
188 #define REVOLUTION_BASE_AXIS_ANGLE_2WAYS 2
189
190 #define PIPE_BASE_PATH 1
191 #define PIPE_DIFFERENT_SECTIONS 2
192 #define PIPE_SHELL_SECTIONS 3
193 #define PIPE_SHELLS_WITHOUT_PATH 4
194 #define PIPE_BI_NORMAL_ALONG_VECTOR 5
195
196 #define THRUSECTIONS_RULED 1
197 #define THRUSECTIONS_SMOOTHED 2
198
199 #define BOOLEAN_COMMON  1
200 #define BOOLEAN_CUT     2
201 #define BOOLEAN_FUSE    3
202 #define BOOLEAN_SECTION 4
203
204 #define PARTITION_PARTITION 1
205 #define PARTITION_HALF      2
206 #define PARTITION_NO_SELF_INTERSECTIONS 3
207
208 #define POLYLINE_POINTS 1
209
210 #define CIRCLE_THREE_PNT 1
211 #define CIRCLE_PNT_VEC_R 2
212 #define CIRCLE_CENTER_TWO_PNT 3
213
214 #define SPLINE_BEZIER        1
215 #define SPLINE_INTERPOLATION 2
216
217 #define ELLIPSE_PNT_VEC_RR 1
218
219 #define CIRC_ARC_THREE_PNT         1
220 #define CIRC_ARC_CENTER            2
221 #define ELLIPSE_ARC_CENTER_TWO_PNT 3
222
223 #define FILLET_SHAPE_ALL      1
224 #define FILLET_SHAPE_EDGES    2
225 #define FILLET_SHAPE_FACES    3
226 #define FILLET_SHAPE_EDGES_2R 4
227 #define FILLET_SHAPE_FACES_2R 5
228
229 #define CHAMFER_SHAPE_ALL      1
230 #define CHAMFER_SHAPE_EDGE     2
231 #define CHAMFER_SHAPE_FACES    3
232 #define CHAMFER_SHAPE_EDGES    4
233 #define CHAMFER_SHAPE_EDGE_AD  5
234 #define CHAMFER_SHAPE_FACES_AD 6
235 #define CHAMFER_SHAPE_EDGES_AD 7
236
237 #define WIRE_EDGES          1
238 #define FACE_WIRE           2
239 #define SHELL_FACES         3
240 #define SOLID_SHELL         4
241 #define SOLID_SHELLS        5
242 #define COMPOUND_SHAPES     6
243 #define SUBSHAPE_SORTED     7
244 #define SUBSHAPE_NOT_SORTED 8
245 #define FACE_WIRES          9
246 #define REVERSE_ORIENTATION 10
247
248 #define ARCHIMEDE_TYPE 1
249
250 // Shape Healing operators
251 #define SHAPE_PROCESS      1
252 #define SUPPRESS_FACES     2
253 #define CLOSE_CONTOUR      3
254 #define REMOVE_INT_WIRES   4
255 #define FILL_HOLES         5
256 #define SEWING             6
257 #define DIVIDE_EDGE        7
258 #define CHANGE_ORIENTATION 8
259
260 #define BASIC_FILLING 1
261
262 #define GLUE_FACES 1
263 #define GLUE_FACES_BY_LIST 2
264
265 #define SKETCHER_NINE_DOUBLS 1
266 #define SKETCHER_PLANE 2
267
268 #define CDG_MEASURE 1
269
270 #define GROUP_FUNCTION 1
271
272 #define SHAPES_ON_SHAPE 1
273
274 // Blocks
275 #define BLOCK_FACE_FOUR_PNT       1
276 #define BLOCK_FACE_FOUR_EDGES     2
277 #define BLOCK_FACE_TWO_EDGES      3
278 #define BLOCK_SIX_FACES           4
279 #define BLOCK_TWO_FACES           5
280 #define BLOCK_MULTI_TRANSFORM_1D  6
281 #define BLOCK_MULTI_TRANSFORM_2D  7
282 #define BLOCK_COMPOUND_GLUE       8
283 #define BLOCK_REMOVE_EXTRA        9
284 #define BLOCK_COMPOUND_IMPROVE    10
285
286 // Marker
287 #define MARKER_CS 1