Salome HOME
Merge from BR_Dev_For_4_0 branch (from tag mergeto_BR_QT4_Dev_17Jan08)
[modules/geom.git] / idl / GEOM_Superv.idl
1 //  Copyright (C) 2003  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 //
21 //
22 //  File   : GEOM_Superv.idl
23 //  Author : Lucien PIGNOLONI
24
25 #ifndef __GEOM_SUPERV__
26 #define __GEOM_SUPERV__
27
28 #include "GEOM_Gen.idl"
29
30 module GEOM
31 {
32   interface GEOM_List
33   { };
34
35   interface GEOM_Superv : Engines::Component,SALOMEDS::Driver
36   {
37     //-----------------------------------------------------------//
38     // Set current study ID                                      // 
39     //-----------------------------------------------------------//
40     void SetStudyID (in long theStudyID) ;
41     
42     //-----------------------------------------------------------//
43     // Create ListOfGO and add items to it                       // 
44     //-----------------------------------------------------------//
45     GEOM_List CreateListOfGO();
46     void AddItemToListOfGO( inout GEOM_List theList, 
47                             in GEOM_Object theObject);
48
49     //-----------------------------------------------------------//
50     // Create ListOfLong and add items to it                     // 
51     //-----------------------------------------------------------//
52     GEOM_List CreateListOfLong();
53     void AddItemToListOfLong( inout GEOM_List theList, 
54                               in long theObject);
55
56     //-----------------------------------------------------------//
57     // Create ListOfDouble and add items to it                   // 
58     //-----------------------------------------------------------//
59     GEOM_List CreateListOfDouble();
60     void AddItemToListOfDouble( inout GEOM_List theList, 
61                                 in double theObject);
62
63     //-----------------------------------------------------------//
64     // Primitives Construction : BasicOperations                 // 
65     //-----------------------------------------------------------//
66     GEOM_Object MakePointXYZ (in double theX,
67                               in double theY,
68                               in double theZ) ;
69     GEOM_Object MakePointWithReference (in GEOM_Object theReference,
70                                         in double theX, 
71                                         in double theY, 
72                                         in double theZ) ;
73     GEOM_Object MakePointOnCurve (in GEOM_Object theRefCurve,
74                                   in double theParameter) ;
75
76     GEOM_Object MakeTangentOnCurve (in GEOM_Object theRefCurve,
77                                      in double theParameter);
78
79     GEOM_Object MakeVectorDXDYDZ (in double theDX,
80                                   in double theDY,
81                                   in double theDZ) ;
82     GEOM_Object MakeVectorTwoPnt (in GEOM_Object thePnt1,
83                                   in GEOM_Object thePnt2) ;
84     GEOM_Object MakeLineTwoPnt (in GEOM_Object thePnt1,
85                                 in GEOM_Object thePnt2) ;
86     GEOM_Object MakeLineTwoFaces (in GEOM_Object theFace1,
87                                   in GEOM_Object theFace2) ;
88     GEOM_Object MakePlaneThreePnt (in GEOM_Object thePnt1,
89                                    in GEOM_Object thePnt2,
90                                    in GEOM_Object thePnt3,
91                                    in double theTrimSize) ;
92     GEOM_Object MakePlanePntVec (in GEOM_Object thePnt,
93                                  in GEOM_Object theVec,
94                                  in double      theTrimSize) ;
95     GEOM_Object MakePlaneFace (in GEOM_Object theFace,
96                                in double      theTrimSize) ;
97     GEOM_Object MakeMarker (in double theOX , in double theOY , in double theOZ,
98                             in double theXDX, in double theXDY, in double theXDZ,
99                             in double theYDX, in double theYDY, in double theYDZ) ;
100
101     /*!
102      *  Create a tangent plane to specified face in the point with specified parameters.
103      *  Values of parameters should be between 0. and 1.0
104      *  \param theFace - face for which tangent plane shuold be built. 
105      *  \param theParameterU - value of parameter by U
106      *  \param theParameterV - value of parameter Vthe
107      *  \param theTrimSize - defines sizes of created face
108      *  \return New GEOM_Object, containing the face built on tangent plane.
109      */
110     GEOM_Object MakeTangentPlaneOnFace(in GEOM_Object theFace,
111                                        in double theParameterU,
112                                        in double theParameterV,
113                                        in double theTrimSize);
114
115     //-----------------------------------------------------------//
116     // Primitives Construction : 3DPrimOperations                //
117     //-----------------------------------------------------------//
118     GEOM_Object MakeBox (in double theX1,
119                          in double theY1,
120                          in double theZ1,
121                          in double theX2,
122                          in double theY2,
123                          in double theZ2) ; 
124     GEOM_Object MakeBoxDXDYDZ (in double theDX, 
125                                in double theDY, 
126                                in double theDZ) ;
127     GEOM_Object MakeBoxTwoPnt (in GEOM_Object thePnt1, 
128                                in GEOM_Object thePnt2) ;
129     GEOM_Object MakeCylinderPntVecRH (in GEOM_Object thePnt,
130                                       in GEOM_Object theAxis,
131                                       in double      theRadius,
132                                       in double      theHeight) ;
133     GEOM_Object MakeCylinderRH (in double theR, 
134                                 in double theH) ;
135     GEOM_Object MakeSphere (in double theX,
136                             in double theY,
137                             in double theZ,
138                             in double theRadius) ;
139     GEOM_Object MakeSphereR (in double theR) ;
140     GEOM_Object MakeSpherePntR (in GEOM_Object thePnt, 
141                                 in double      theR) ;
142     GEOM_Object MakeTorusPntVecRR (in GEOM_Object thePnt,
143                                    in GEOM_Object theVec,
144                                    in double      theRMajor,
145                                    in double      theRMinor) ;
146     GEOM_Object MakeTorusRR (in double theRMajor,
147                              in double theRMinor) ;
148     GEOM_Object MakeConePntVecR1R2H (in GEOM_Object thePnt,
149                                      in GEOM_Object theAxis,
150                                      in double      theR1,
151                                      in double      theR2,
152                                      in double      theHeight) ;
153     GEOM_Object MakeConeR1R2H (in double theR1, 
154                                in double theR2, 
155                                in double theHeight) ;
156     GEOM_Object MakePrismVecH (in GEOM_Object theBase,
157                                in GEOM_Object theVec,
158                                in double      theH) ;
159     GEOM_Object MakePrismVecH2Ways (in GEOM_Object theBase,
160                                     in GEOM_Object theVec,
161                                     in double      theH) ;
162     GEOM_Object MakePrismTwoPnt (in GEOM_Object theBase,
163                                  in GEOM_Object thePoint1,
164                                  in GEOM_Object thePoint2) ;
165     GEOM_Object MakePrismTwoPnt2Ways (in GEOM_Object theBase,
166                                       in GEOM_Object thePoint1,
167                                       in GEOM_Object thePoint2) ;
168     GEOM_Object MakePipe (in GEOM_Object theBase, 
169                           in GEOM_Object thePath) ;
170     GEOM_Object MakeRevolutionAxisAngle (in GEOM_Object theBase,
171                                          in GEOM_Object theAxis,
172                                          in double      theAngle) ;
173     GEOM_Object MakeRevolutionAxisAngle2Ways (in GEOM_Object theBase,
174                                               in GEOM_Object theAxis,
175                                               in double      theAngle) ;
176     GEOM_Object MakeFilling (in GEOM_Object theShape,
177                              in long theMinDeg, in long theMaxDeg,
178                              in double theTol2D, in double theTol3D,
179                              in long theNbIter) ;
180     GEOM_Object MakeThruSections(in ListOfGO theSeqSections,
181                                  in boolean theModeSolid,
182                                  in double thePreci,
183                                  in boolean theRuled);
184
185     GEOM_Object MakePipeWithDifferentSections (in ListOfGO theSeqBases,
186                                                in ListOfGO theLocations,
187                                                in GEOM_Object thePath,
188                                                in boolean theWithContact ,
189                                                in boolean theWithCorrection );
190     
191     GEOM_Object MakePipeWithShellSections (in ListOfGO theSeqBases,
192                                            in ListOfGO theSeqSubBases,
193                                            in ListOfGO theLocations,
194                                            in GEOM_Object thePath,
195                                            in boolean theWithContact ,
196                                            in boolean theWithCorrection );
197     
198     GEOM_Object MakePipeShellsWithoutPath (in ListOfGO theSeqBases,
199                                            in ListOfGO theLocations );
200
201     //-----------------------------------------------------------//
202     // BooleanOperations                                         //
203     //-----------------------------------------------------------//
204     GEOM_Object MakeBoolean (in GEOM_Object theShape1,
205                              in GEOM_Object theShape2,
206                              in long        theOperation) ;
207     GEOM_Object MakeFuse (in GEOM_Object theShape1,
208                           in GEOM_Object theShape2) ;
209     GEOM_Object MakePartition (in GEOM_List   theShapes,
210                                in GEOM_List   theTools,
211                                in GEOM_List   theKeepInside,
212                                in GEOM_List   theRemoveInside,
213                                in short       theLimit,
214                                in boolean     theRemoveWebs,
215                                in GEOM_List   theMaterials,
216                                in short       theKeepNonlimitShapes);
217     GEOM_Object MakeHalfPartition (in GEOM_Object theShape,
218                                    in GEOM_Object thePlane) ;
219
220     //-----------------------------------------------------------//
221     // InsertOperations                                          //
222     //-----------------------------------------------------------//
223     GEOM_Object MakeCopy (in GEOM_Object theOriginal) ;
224     void Export (in GEOM_Object theObject, in string theFileName, in string theFormatName) ;
225     GEOM_Object Import (in string theFileName, in string theFormatName) ;
226     void ImportTranslators (out string_array theFormats,
227                             out string_array thePatterns) ;
228     void ExportTranslators (out string_array theFormats,
229                             out string_array thePatterns) ;
230
231     //-----------------------------------------------------------//
232     // TransformOperations                                       //
233     //-----------------------------------------------------------//
234     GEOM_Object TranslateTwoPoints (in GEOM_Object theObject,
235                                     in GEOM_Object thePoint1,
236                                     in GEOM_Object thePoint2) ;
237     GEOM_Object TranslateTwoPointsCopy (in GEOM_Object theObject,
238                                         in GEOM_Object thePoint1,
239                                         in GEOM_Object thePoint2) ;
240     GEOM_Object TranslateDXDYDZ (in GEOM_Object theObject,
241                                  in double      theDX, 
242                                  in double      theDY, 
243                                  in double      theDZ) ;
244     GEOM_Object TranslateDXDYDZCopy (in GEOM_Object theObject,
245                                      in double      theDX, 
246                                      in double      theDY, 
247                                      in double      theDZ) ;
248     GEOM_Object TranslateVector (in GEOM_Object theObject,
249                                  in GEOM_Object theVector) ;
250     GEOM_Object TranslateVectorCopy (in GEOM_Object theObject,
251                                      in GEOM_Object theVector) ;
252     GEOM_Object MultiTranslate1D (in GEOM_Object theObject,
253                                   in GEOM_Object theVector,
254                                   in double      theStep,
255                                   in long        theNbTimes) ;
256     GEOM_Object MultiTranslate2D (in GEOM_Object theObject,
257                                   in GEOM_Object theVector1,
258                                   in double      theStep1,
259                                   in long        theNbTimes1,
260                                   in GEOM_Object theVector2,
261                                   in double      theStep2,
262                                   in long        theNbTimes2) ;
263     GEOM_Object Rotate (in GEOM_Object theObject,
264                         in GEOM_Object theAxis,
265                         in double      theAngle) ;
266     GEOM_Object RotateCopy (in GEOM_Object theObject,
267                             in GEOM_Object theAxis,
268                             in double      theAngle) ;
269     GEOM_Object RotateThreePoints (in GEOM_Object theObject,
270                                    in GEOM_Object theCentPoint,
271                                    in GEOM_Object thePoint1,
272                                    in GEOM_Object thePoint2);
273     GEOM_Object RotateThreePointsCopy (in GEOM_Object theObject,
274                                        in GEOM_Object theCentPoint,
275                                        in GEOM_Object thePoint1,
276                                        in GEOM_Object thePoint2);
277     GEOM_Object MultiRotate1D (in GEOM_Object theObject,
278                                in GEOM_Object theAxis,
279                                in long        theNbTimes) ;
280     GEOM_Object MultiRotate2D (in GEOM_Object theObject,
281                                in GEOM_Object theAxis,
282                                in double      theAngle,
283                                in long        theNbTimes1,
284                                in double      theStep,
285                                in long        theNbTimes2) ;
286     GEOM_Object MirrorPlane (in GEOM_Object theObject, 
287                              in GEOM_Object thePlane) ;
288     GEOM_Object MirrorPlaneCopy (in GEOM_Object theObject, 
289                                  in GEOM_Object thePlane) ;
290     GEOM_Object MirrorAxis (in GEOM_Object theObject, 
291                             in GEOM_Object theAxis) ;
292     GEOM_Object MirrorAxisCopy (in GEOM_Object theObject, 
293                                 in GEOM_Object theAxis) ;
294     GEOM_Object MirrorPoint (in GEOM_Object theObject, 
295                              in GEOM_Object thePoint) ;
296     GEOM_Object MirrorPointCopy (in GEOM_Object theObject, 
297                                  in GEOM_Object thePoint) ;
298     GEOM_Object OffsetShape (in GEOM_Object theObject, 
299                              in double      theOffset) ;
300     GEOM_Object OffsetShapeCopy (in GEOM_Object theObject, 
301                                  in double      theOffset) ;
302     GEOM_Object ScaleShape (in GEOM_Object theObject, 
303                             in GEOM_Object thePoint,
304                             in double      theFactor) ;
305     GEOM_Object ScaleShapeCopy (in GEOM_Object theObject, 
306                                 in GEOM_Object thePoint,
307                                 in double      theFactor) ;
308     GEOM_Object PositionShape (in GEOM_Object theObject,
309                                in GEOM_Object theStartLCS,
310                                in GEOM_Object theEndLCS) ;
311     GEOM_Object PositionShapeCopy (in GEOM_Object theObject,
312                                    in GEOM_Object theStartLCS,
313                                    in GEOM_Object theEndLCS) ;
314
315     //-----------------------------------------------------------//
316     // ShapesOperations                                          //
317     //-----------------------------------------------------------//
318     GEOM_Object MakeEdge (in GEOM_Object thePnt1, 
319                           in GEOM_Object thePnt2) ;
320     GEOM_Object MakeWire (in GEOM_List theEdgesAndWires) ;
321     GEOM_Object MakeFace (in GEOM_Object theWire, 
322                           in boolean     isPlanarWanted) ;
323     GEOM_Object MakeFaceWires (in GEOM_List theWires, 
324                                in boolean   isPlanarWanted) ;
325     GEOM_Object MakeShell (in GEOM_List theFacesAndShells) ;
326     GEOM_Object MakeSolidShell (in GEOM_Object theShell) ;
327     GEOM_Object MakeSolidShells (in GEOM_List theShells) ;
328     GEOM_Object MakeCompound (in GEOM_List theShapes) ;
329     GEOM_Object MakeGlueFaces (in GEOM_Object theShape, 
330                                in double theTolerance,
331                                in boolean doKeepNonSolids);
332     GEOM_List GetGlueFaces (in GEOM_Object theShape, 
333                             in double theTolerance);
334     GEOM_Object MakeGlueFacesByList (in GEOM_Object theShape, 
335                                      in double theTolerance,
336                                      in ListOfGO theFaces,
337                                      in boolean doKeepNonSolids);
338     GEOM_List MakeExplode (in GEOM_Object theShape,
339                            in long        theShapeType,
340                            in boolean     isSorted) ;
341     long NumberOfFaces (in GEOM_Object theShape) ;
342     long NumberOfEdges (in GEOM_Object theShape) ;
343     GEOM_Object ChangeOrientation (in GEOM_Object theShape) ;
344
345     //-----------------------------------------------------------//
346     // BlocksOperations                                          //
347     //-----------------------------------------------------------//
348     GEOM_Object MakeQuad4Vertices (in GEOM_Object thePnt1,
349                                    in GEOM_Object thePnt2,
350                                    in GEOM_Object thePnt3,
351                                    in GEOM_Object thePnt4) ;
352     GEOM_Object MakeQuad (in GEOM_Object theEdge1,
353                           in GEOM_Object theEdge2,
354                           in GEOM_Object theEdge3,
355                           in GEOM_Object theEdge4) ;
356     GEOM_Object MakeQuad2Edges (in GEOM_Object theEdge1,
357                                 in GEOM_Object theEdge2) ;
358     GEOM_Object MakeHexa (in GEOM_Object theFace1,
359                           in GEOM_Object theFace2,
360                           in GEOM_Object theFace3,
361                           in GEOM_Object theFace4,
362                           in GEOM_Object theFace5,
363                           in GEOM_Object theFace6) ;
364     GEOM_Object MakeHexa2Faces (in GEOM_Object theFace1,
365                                 in GEOM_Object theFace2) ;
366     GEOM_Object GetPoint (in GEOM_Object theShape,
367                           in double      theX,
368                           in double      theY,
369                           in double      theZ,
370                           in double      theEpsilon) ;
371     GEOM_Object GetEdge (in GEOM_Object theShape,
372                          in GEOM_Object thePoint1,
373                          in GEOM_Object thePoint2) ;
374     GEOM_Object GetEdgeNearPoint (in GEOM_Object theShape,
375                                   in GEOM_Object thePoint) ;
376     GEOM_Object GetFaceByPoints (in GEOM_Object theShape,
377                                  in GEOM_Object thePoint1,
378                                  in GEOM_Object thePoint2,
379                                  in GEOM_Object thePoint3,
380                                  in GEOM_Object thePoint4) ;
381     GEOM_Object GetFaceByEdges (in GEOM_Object theShape,
382                                 in GEOM_Object theEdge1,
383                                 in GEOM_Object theEdge2) ;
384     GEOM_Object GetOppositeFace (in GEOM_Object theBlock,
385                                  in GEOM_Object theFace) ;
386     GEOM_Object GetFaceNearPoint (in GEOM_Object theShape,
387                                   in GEOM_Object thePoint) ;
388     GEOM_Object GetFaceByNormale (in GEOM_Object theBlock,
389                                   in GEOM_Object theVector) ;
390     boolean IsCompoundOfBlocks (in GEOM_Object theCompound,
391                                 in long        theMinNbFaces,
392                                 in long        theMaxNbFaces,
393                                 out long       theNbBlocks) ;
394     boolean CheckCompoundOfBlocks (in GEOM_Object theCompound,
395                                    out GEOM_IBlocksOperations::BCErrors   theErrors) ;
396     string PrintBCErrors (in GEOM_Object theCompound,
397                           in GEOM_IBlocksOperations::BCErrors    theErrors) ;
398     GEOM_List ExplodeCompoundOfBlocks (in GEOM_Object theCompound,
399                                        in long        theMinNbFaces,
400                                        in long        theMaxNbFaces) ;
401     GEOM_Object GetBlockNearPoint (in GEOM_Object theCompound,
402                                    in GEOM_Object thePoint) ;
403     GEOM_Object GetBlockByParts (in GEOM_Object theCompound,
404                                  in GEOM_List   theParts) ;
405     GEOM_List GetBlocksByParts (in GEOM_Object theCompound,
406                                 in GEOM_List   theParts) ;
407     GEOM_Object MakeMultiTransformation1D (in GEOM_Object theBlock,
408                                            in long        theDirFace1,
409                                            in long        theDirFace2,
410                                            in long        theNbTimes) ;
411     GEOM_Object MakeMultiTransformation2D (in GEOM_Object theBlock,
412                                            in long        theDirFace1U,
413                                            in long        theDirFace2U,
414                                            in long        theNbTimesU,
415                                            in long        theDirFace1V,
416                                            in long        theDirFace2V,
417                                            in long        theNbTimesV) ;
418
419     //-----------------------------------------------------------//
420     // CurvesOperations                                          //
421     //-----------------------------------------------------------//
422     GEOM_Object MakeCirclePntVecR (in GEOM_Object thePnt,
423                                    in GEOM_Object theVec,
424                                    in double      theR) ;
425     GEOM_Object MakeCircleThreePnt (in GEOM_Object thePnt1,
426                                     in GEOM_Object thePnt2,
427                                     in GEOM_Object thePnt3) ;
428     GEOM_Object MakeCircleCenter2Pnt (in GEOM_Object thePnt1,
429                                       in GEOM_Object thePnt2,
430                                       in GEOM_Object thePnt3) ;
431     GEOM_Object MakeEllipse (in GEOM_Object thePnt,
432                              in GEOM_Object theVec,
433                              in double      theRMajor,
434                              in double      theRMinor) ;
435     GEOM_Object MakeArc (in GEOM_Object thePnt1,
436                          in GEOM_Object thePnt2,
437                          in GEOM_Object thePnt3) ;
438     GEOM_Object MakeArcCenter (in GEOM_Object theCenter,
439                                in GEOM_Object thePnt1,
440                                in GEOM_Object thePnt2,
441                                in boolean theSense) ;
442     GEOM_Object MakePolyline (in GEOM_List thePoints) ;
443     GEOM_Object MakeSplineBezier (in GEOM_List thePoints) ;
444     GEOM_Object MakeSplineInterpolation (in GEOM_List thePoints) ;
445     GEOM_Object MakeSketcher (in string    theCommand, 
446                               in GEOM_List theWorkingPlane) ;
447     
448     //-----------------------------------------------------------//
449     // LocalOperations                                           //
450     //-----------------------------------------------------------//
451     GEOM_Object MakeFilletAll (in GEOM_Object theShape,
452                                in double      theR) ;
453     GEOM_Object MakeFilletEdges (in GEOM_Object theShape,
454                                  in double      theR,
455                                  in GEOM_List   theEdges) ;
456     GEOM_Object MakeFilletEdgesR1R2 (in GEOM_Object theShape,
457                                      in double      theR1,
458                                      in double      theR2,
459                                      in GEOM_List   theEdges) ;
460     GEOM_Object MakeFilletFaces (in GEOM_Object theShape,
461                                  in double      theR,
462                                  in GEOM_List   theFaces) ;
463     GEOM_Object MakeFilletFacesR1R2 (in GEOM_Object theShape,
464                                      in double      theR1,
465                                      in double      theR2,
466                                      in GEOM_List   theFaces) ;
467     GEOM_Object MakeChamferAll (in GEOM_Object theShape,
468                                 in double      theD) ;
469     GEOM_Object MakeChamferEdge (in GEOM_Object theShape,
470                                  in double theD1, in double theD2,
471                                  in long theFace1, in long theFace2) ;
472     GEOM_Object MakeChamferEdgeAD (in GEOM_Object theShape,
473                                    in double theD, in double theAngle,
474                                    in long theFace1, in long theFace2) ;
475     GEOM_Object MakeChamferFaces (in GEOM_Object theShape,
476                                   in double theD1, in double theD2,
477                                   in GEOM_List theFaces) ;
478     GEOM_Object MakeChamferFacesAD (in GEOM_Object theShape,
479                                     in double theD, in double theAngle,
480                                     in GEOM_List theFaces) ;
481     GEOM_Object MakeChamferEdges (in GEOM_Object theShape,
482                                   in double theD1, in double theD2,
483                                   in GEOM_List theEdges) ;
484     GEOM_Object MakeChamferEdgesAD (in GEOM_Object theShape,
485                                     in double theD, in double theAngle,
486                                     in GEOM_List theEdges) ;
487     GEOM_Object MakeArchimede (in GEOM_Object theShape,
488                                in double      theWeight,
489                                in double      theWaterDensity,
490                                in double      theMeshDeflection) ;
491     long GetSubShapeIndex (in GEOM_Object theShape, 
492                            in GEOM_Object theSubShape) ;
493
494     //-----------------------------------------------------------//
495     // GroupOperations                                           //
496     //-----------------------------------------------------------//
497     GEOM_Object CreateGroup (in GEOM_Object theMainShape, 
498                              in long        theShapeType) ;
499     void AddObject (in GEOM_Object theGroup, 
500                     in long        theSubShapeId) ;
501     void RemoveObject (in GEOM_Object theGroup, 
502                        in long        theSubShapeId) ;
503     long GetType (in GEOM_Object theGroup) ;
504     GEOM_Object  GetMainShape(in GEOM_Object theGroup) ;
505     GEOM_List  GetObjects(in GEOM_Object theGroup) ;
506
507   };
508 };
509
510 #endif