Version: 9.16.0
GEOMImpl_Types.hxx
Go to the documentation of this file.
1
// Copyright (C) 2007-2026 CEA, EDF, 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, or (at your option) any later version.
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
#ifndef GEOMImpl_Types_HXX
24
#define GEOMImpl_Types_HXX
25
26
#include <TopAbs_ShapeEnum.hxx>
27
28
// GEOM_Object types
29
30
#define GEOM_COPY 0
31
#define GEOM_IMPORT 1
32
33
#define GEOM_POINT 2
34
#define GEOM_VECTOR 3
35
#define GEOM_PLANE 4
36
#define GEOM_LINE 5
37
38
#define GEOM_TORUS 6
39
#define GEOM_BOX 7
40
#define GEOM_CYLINDER 8
41
#define GEOM_CONE 9
42
#define GEOM_SPHERE 10
43
44
#define GEOM_PRISM 11
45
#define GEOM_REVOLUTION 12
46
47
#define GEOM_BOOLEAN 13
48
#define GEOM_PARTITION 14
49
50
#define GEOM_POLYLINE 15
51
#define GEOM_CIRCLE 16
52
#define GEOM_SPLINE 17
53
#define GEOM_ELLIPSE 18
54
#define GEOM_CIRC_ARC 19
55
56
#define GEOM_FILLET 20
57
#define GEOM_CHAMFER 21
58
59
#define GEOM_EDGE 22
60
#define GEOM_WIRE 23
61
#define GEOM_FACE 24
62
#define GEOM_SHELL 25
63
#define GEOM_SOLID 26
64
#define GEOM_COMPOUND 27
65
66
#define GEOM_SUBSHAPE 28
67
68
#define GEOM_PIPE 29
69
70
#define GEOM_ARCHIMEDE 30
71
72
#define GEOM_FILLING 31
73
74
#define GEOM_EXPLODE 32
75
76
#define GEOM_GLUED 33
77
78
#define GEOM_SKETCHER 34
79
80
#define GEOM_CDG 35
81
82
#define GEOM_FREE_BOUNDS 36
83
84
#define GEOM_GROUP 37
85
86
#define GEOM_BLOCK 38
87
88
#define GEOM_MARKER 39
89
90
#define GEOM_THRUSECTIONS 40
91
92
#define GEOM_COMPOUNDFILTER 41
93
94
#define GEOM_SHAPES_ON_SHAPE 42
95
96
#define GEOM_ELLIPSE_ARC 43
97
98
#define GEOM_3DSKETCHER 44
99
100
#define GEOM_PROJECTION 45
101
102
#define GEOM_EXTRUDED_CUT 46
103
104
#define GEOM_EXTRUDED_BOSS 47
105
106
#define GEOM_PIPE_PATH 48
107
108
#define GEOM_THICKENING 49
109
110
#define GEOM_FILLET_2D 50
111
#define GEOM_FILLET_1D 51
112
113
#define GEOM_FIELD 52
// == GEOM_FIELD_OBJTYPE constant
114
#define GEOM_FIELD_STEP 53
// == GEOM_FIELD_STEP_OBJTYPE constant
115
116
#define GEOM_ISOLINE 55
117
118
#define GEOM_POLYLINE2D 56
119
120
#define GEOM_TRANSFER_DATA 57
121
122
#define GEOM_EXTRACTION 58
123
124
#define GEOM_CURVATURE_VEC 59
125
126
#define GEOM_PATCH_FACE 60
127
128
#define GEOM_SHAPE_PROXIMITY 61
129
#define GEOM_CHECKCONFORMITY 62
130
131
//GEOM_Function types
132
133
#define COPY_WITH_REF 1
134
#define COPY_WITHOUT_REF 2
135
#define TRANSFER_DATA 3
136
137
#define IMPORT_SHAPE 1
138
#define EXPORT_SHAPE 2
139
140
#define POINT_XYZ 1
141
#define POINT_XYZ_REF 2
142
#define POINT_CURVE_PAR 3
143
#define POINT_LINES_INTERSECTION 4
144
#define POINT_SURFACE_PAR 5
145
#define POINT_CURVE_COORD 6
146
#define POINT_SURFACE_COORD 7
147
#define POINT_CURVE_LENGTH 8
148
#define POINT_FACE_ANY 9
149
150
// Vector
151
#define VECTOR_TWO_PNT 1
152
#define VECTOR_DX_DY_DZ 2
153
#define VECTOR_TANGENT_CURVE_PAR 3
154
#define VECTOR_REVERSE 4
155
156
#define PLANE_PNT_VEC 1
157
#define PLANE_FACE 2
158
#define PLANE_THREE_PNT 3
159
#define PLANE_TANGENT_FACE 4
160
#define PLANE_2_VEC 5
161
#define PLANE_LCS 6
162
163
#define LINE_TWO_PNT 1
164
#define LINE_PNT_DIR 2
165
#define LINE_TWO_FACES 3
166
167
#define TRANSLATE_TWO_POINTS 1
168
#define TRANSLATE_VECTOR 2
169
#define TRANSLATE_VECTOR_DISTANCE 9
170
#define TRANSLATE_TWO_POINTS_COPY 3
171
#define TRANSLATE_VECTOR_COPY 4
172
#define TRANSLATE_1D 5
173
#define TRANSLATE_2D 6
174
#define TRANSLATE_XYZ 7
175
#define TRANSLATE_XYZ_COPY 8
176
177
#define ROTATE 1
178
#define ROTATE_COPY 2
179
#define ROTATE_1D 3
180
#define ROTATE_2D 4
181
#define ROTATE_THREE_POINTS 5
182
#define ROTATE_THREE_POINTS_COPY 6
183
#define ROTATE_1D_STEP 7
184
185
#define MIRROR_PLANE 1
186
#define MIRROR_PLANE_COPY 2
187
#define MIRROR_AXIS 3
188
#define MIRROR_AXIS_COPY 4
189
#define MIRROR_POINT 5
190
#define MIRROR_POINT_COPY 6
191
192
#define OFFSET_SHAPE 1
193
#define OFFSET_SHAPE_COPY 2
194
#define OFFSET_THICKENING 3
195
#define OFFSET_THICKENING_COPY 4
196
197
#define PROJECTION_COPY 1
198
#define PROJECTION_ON_WIRE 2
199
#define PROJECTION_ON_CYLINDER 3
200
201
#define SCALE_SHAPE 1
202
#define SCALE_SHAPE_COPY 2
203
#define SCALE_SHAPE_AXES 3
204
#define SCALE_SHAPE_AXES_COPY 4
205
206
#define POSITION_SHAPE 1
207
#define POSITION_SHAPE_COPY 2
208
#define POSITION_SHAPE_FROM_GLOBAL 3
209
#define POSITION_SHAPE_FROM_GLOBAL_COPY 4
210
#define POSITION_ALONG_PATH 5
211
212
#define TORUS_RR 1
213
#define TORUS_PNT_VEC_RR 2
214
215
#define BOX_DX_DY_DZ 1
216
#define BOX_TWO_PNT 2
217
218
#define FACE_OBJ_H_W 1
219
#define FACE_H_W 2
220
221
#define DISK_PNT_VEC_R 1
222
#define DISK_THREE_PNT 2
223
#define DISK_R 3
224
225
#define CYLINDER_R_H 1
226
#define CYLINDER_PNT_VEC_R_H 2
227
#define CYLINDER_R_H_A 3
228
#define CYLINDER_PNT_VEC_R_H_A 4
229
230
#define CONE_R1_R2_H 1
231
#define CONE_PNT_VEC_R1_R2_H 2
232
233
#define SPHERE_R 1
234
#define SPHERE_PNT_R 2
235
236
#define PRISM_BASE_VEC_H 1
237
#define PRISM_BASE_TWO_PNT 2
238
#define PRISM_BASE_VEC_H_2WAYS 3
239
#define PRISM_BASE_TWO_PNT_2WAYS 4
240
#define PRISM_BASE_DXDYDZ 5
241
#define PRISM_BASE_DXDYDZ_2WAYS 6
242
#define DRAFT_PRISM_FEATURE 7
243
244
#define REVOLUTION_BASE_AXIS_ANGLE 1
245
#define REVOLUTION_BASE_AXIS_ANGLE_2WAYS 2
246
247
#define PIPE_BASE_PATH 1
248
#define PIPE_DIFFERENT_SECTIONS 2
249
#define PIPE_SHELL_SECTIONS 3
250
#define PIPE_SHELLS_WITHOUT_PATH 4
251
#define PIPE_BI_NORMAL_ALONG_VECTOR 5
252
253
// RestorePath
254
#define PIPE_PATH_TWO_BASES 1
255
#define PIPE_PATH_TWO_SEQS 2
256
257
#define THRUSECTIONS_RULED 1
258
#define THRUSECTIONS_SMOOTHED 2
259
260
#define BOOLEAN_COMMON 1
261
#define BOOLEAN_CUT 2
262
#define BOOLEAN_FUSE 3
263
#define BOOLEAN_SECTION 4
264
#define BOOLEAN_COMMON_LIST 5
265
#define BOOLEAN_CUT_LIST 6
266
#define BOOLEAN_FUSE_LIST 7
267
268
#define PARTITION_PARTITION 1
269
#define PARTITION_HALF 2
270
#define PARTITION_NO_SELF_INTERSECTIONS 3
271
#define PARTITION_GENERAL_FUSE 4
272
273
#define POLYLINE_POINTS 1
274
#define POLYLINE2D_PLN_COORDS 2
275
#define POLYLINE2D_PLN_OBJECT 3
276
277
#define SPLINE_BEZIER 1
278
#define SPLINE_INTERPOLATION 2
279
#define SPLINE_INTERPOL_TANGENTS 3
280
281
#define CIRCLE_THREE_PNT 1
282
#define CIRCLE_PNT_VEC_R 2
283
#define CIRCLE_CENTER_TWO_PNT 3
284
285
#define ELLIPSE_PNT_VEC_RR 1
286
287
// Arc
288
#define CIRC_ARC_THREE_PNT 1
289
#define CIRC_ARC_CENTER 2
290
#define ELLIPSE_ARC_CENTER_TWO_PNT 3
291
292
#define FILLET_SHAPE_ALL 1
293
#define FILLET_SHAPE_EDGES 2
294
#define FILLET_SHAPE_FACES 3
295
#define FILLET_SHAPE_EDGES_2R 4
296
#define FILLET_SHAPE_FACES_2R 5
297
298
#define FILLET_2D_SHAPE_VERTEXES 1
299
#define FILLET_1D_SHAPE_VERTEXES 1
300
301
#define CHAMFER_SHAPE_ALL 1
302
#define CHAMFER_SHAPE_EDGE 2
303
#define CHAMFER_SHAPE_FACES 3
304
#define CHAMFER_SHAPE_EDGES 4
305
#define CHAMFER_SHAPE_EDGE_AD 5
306
#define CHAMFER_SHAPE_FACES_AD 6
307
#define CHAMFER_SHAPE_EDGES_AD 7
308
309
// Shape creation
310
#define WIRE_EDGES 1
311
#define FACE_WIRE 2
312
#define SHELL_FACES 3
313
//#define SOLID_SHELL 4
314
#define SOLID_SHELLS 5
315
#define COMPOUND_SHAPES 6
316
#define SUBSHAPE_SORTED 7
317
#define SUBSHAPE_NOT_SORTED 8
318
#define FACE_WIRES 9
319
//#define REVERSE_ORIENTATION 10
320
#define EDGE_WIRE 11
321
#define EDGE_CURVE_LENGTH 12
322
#define SHAPES_ON_SHAPE 13
323
#define SHAPE_ISOLINE 14
324
#define FACE_FROM_SURFACE 15
325
#define EDGE_UV 16
326
#define FACE_UV 17
327
#define SURFACE_FROM_FACE 18
328
#define SOLID_FACES 19
329
#define EXTRACTION 20
330
331
#define WRAPPING_FACE 1
332
333
#define ARCHIMEDE_TYPE 1
334
335
// Shape Healing operators
336
#define SHAPE_PROCESS 1
337
#define SUPPRESS_FACES 2
338
#define CLOSE_CONTOUR 3
339
#define REMOVE_INT_WIRES 4
340
#define FILL_HOLES 5
341
#define SEWING 6
342
#define DIVIDE_EDGE 7
343
#define CHANGE_ORIENTATION 8
344
#define LIMIT_TOLERANCE 9
345
#define FUSE_COLLINEAR_EDGES 10
346
#define SEWING_NON_MANIFOLD 11
347
#define REMOVE_INTERNAL_FACES 12
348
#define DIVIDE_EDGE_BY_POINT 13
349
#define FUNC_TO_PYTHON_DUMP 13
350
351
#define BASIC_FILLING 1
352
#define FILLING_ON_CONSTRAINTS 2
353
354
#define GLUE_FACES 1
355
#define GLUE_FACES_BY_LIST 2
356
#define GLUE_EDGES 3
357
#define GLUE_EDGES_BY_LIST 4
358
359
#define SKETCHER_NINE_DOUBLS 1
360
#define SKETCHER_PLANE 2
361
362
#define SKETCHER3D_COORDS 1
363
#define SKETCHER3D_COMMAND 2
364
365
// Measures
366
#define CDG_MEASURE 1
367
#define BND_BOX_MEASURE 2
368
#define BND_BOX_MEASURE_PRECISE 3
369
#define VECTOR_FACE_NORMALE 4
370
#define VERTEX_BY_INDEX 5
371
#define CURVATURE_VEC_MEASURE 6
372
373
// Proximity algorithms
374
#define PROXIMITY_COARSE 1
375
#define PROXIMITY_PRECISE 2
376
377
#define GROUP_FUNCTION 1
378
379
// Curve constructor type
380
#define POINT_CONSTRUCTOR 0
381
#define COORD_CONSTRUCTOR 1
382
383
// Blocks
384
#define BLOCK_FACE_FOUR_PNT 1
385
#define BLOCK_FACE_FOUR_EDGES 2
386
#define BLOCK_FACE_TWO_EDGES 3
387
#define BLOCK_SIX_FACES 4
388
#define BLOCK_TWO_FACES 5
389
#define BLOCK_MULTI_TRANSFORM_1D 6
390
#define BLOCK_MULTI_TRANSFORM_2D 7
391
#define BLOCK_COMPOUND_GLUE 8
392
#define BLOCK_REMOVE_EXTRA 9
393
#define BLOCK_COMPOUND_IMPROVE 10
394
#define BLOCK_UNION_FACES 11
395
396
// Marker
397
#define MARKER_CS 1
398
#define MARKER_SHAPE 2
399
#define MARKER_PNT2VEC 3
400
401
// Advanced functions
402
#define USER_TYPE 200
// Base type for GEOM advanced shapes
403
#define USER_TYPE_EX 1000
// Base type for GEOM plugins
404
405
// Transfer data method type
406
#define TD_GET_IN_PLACE 1
407
#define TD_GET_IN_PLACE_OLD 2
408
#define TD_GET_IN_PLACE_BY_HISTORY 3
409
410
// Conformity operations
411
#define CONFORMITY_UPDATE_TOL 2
412
#define CONFORMITY_CHECK_SHAPE 3
413
414
// Plugins specified constants
415
#define PLUGIN_NAME "Plugin Name"
416
417
// Flat type for TopAbs
418
enum
{
TopAbs_FLAT
= TopAbs_SHAPE+1 };
419
420
#endif
// GEOMImpl_Types_HXX
TopAbs_FLAT
@ TopAbs_FLAT
Definition:
GEOMImpl_Types.hxx:418
src
GEOMImpl
GEOMImpl_Types.hxx
Copyright © 2007-2026 CEA, EDF, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS