Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/geom.git] / src / GEOMImpl / GEOMImpl_I3DPrimOperations.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
21 #ifndef _GEOMImpl_I3DPrimOperations_HXX_
22 #define _GEOMImpl_I3DPrimOperations_HXX_
23
24 #include "Utils_SALOME_Exception.hxx"
25 #include "GEOM_IOperations.hxx"
26 #include "GEOM_Engine.hxx"
27 #include "GEOM_Object.hxx"
28 #include <TDocStd_Document.hxx>
29 #include <TColStd_HSequenceOfTransient.hxx>
30
31 class GEOMImpl_I3DPrimOperations : public GEOM_IOperations {
32  public:
33   Standard_EXPORT GEOMImpl_I3DPrimOperations(GEOM_Engine* theEngine, int theDocID);
34   Standard_EXPORT ~GEOMImpl_I3DPrimOperations();
35
36   Standard_EXPORT Handle(GEOM_Object) MakeBoxDXDYDZ (double theDX, double theDY, double theDZ);
37   Standard_EXPORT Handle(GEOM_Object) MakeBoxTwoPnt (Handle(GEOM_Object) thePnt1,
38                                      Handle(GEOM_Object) thePnt2);
39
40   Standard_EXPORT Handle(GEOM_Object) MakeCylinderRH       (double theR, double theH);
41   Standard_EXPORT Handle(GEOM_Object) MakeCylinderPntVecRH (Handle(GEOM_Object) thePnt,
42                                             Handle(GEOM_Object) theVec,
43                                             double theR, double theH);
44
45   Standard_EXPORT Handle(GEOM_Object) MakeConeR1R2H       (double theR1, double theR2, double theH);
46   Standard_EXPORT Handle(GEOM_Object) MakeConePntVecR1R2H (Handle(GEOM_Object) thePnt,
47                                            Handle(GEOM_Object) theVec,
48                                            double theR1, double theR2, double theH);
49
50   Standard_EXPORT Handle(GEOM_Object) MakeSphereR    (double theR);
51   Standard_EXPORT Handle(GEOM_Object) MakeSpherePntR (Handle(GEOM_Object) thePnt, double theR);
52
53   Standard_EXPORT Handle(GEOM_Object) MakeTorusRR (double theRMajor, double theRMinor);
54
55   Standard_EXPORT Handle(GEOM_Object) MakeTorusPntVecRR (Handle(GEOM_Object) thePnt,
56                                          Handle(GEOM_Object) theVec,
57                                          double theRMajor, double theRMinor);
58
59   Standard_EXPORT Handle(GEOM_Object) MakePrismVecH (Handle(GEOM_Object) theBase,
60                                      Handle(GEOM_Object) theVec, double theH);
61
62   Standard_EXPORT Handle(GEOM_Object) MakePrismVecH2Ways (Handle(GEOM_Object) theBase,
63                                               Handle(GEOM_Object) theVec, double theH);
64
65   Standard_EXPORT Handle(GEOM_Object) MakePrismTwoPnt (Handle(GEOM_Object) theBase,
66                                        Handle(GEOM_Object) thePoint1,
67                                        Handle(GEOM_Object) thePoint2);
68
69   Standard_EXPORT Handle(GEOM_Object) MakePrismTwoPnt2Ways (Handle(GEOM_Object) theBase,
70                                        Handle(GEOM_Object) thePoint1,
71                                        Handle(GEOM_Object) thePoint2);
72
73   Standard_EXPORT Handle(GEOM_Object) MakePipe (Handle(GEOM_Object) theBase,
74                                 Handle(GEOM_Object) thePath);
75
76   Standard_EXPORT Handle(GEOM_Object) MakeRevolutionAxisAngle (Handle(GEOM_Object) theBase,
77                                                Handle(GEOM_Object) theAxis,
78                                                double theAngle);
79
80   Standard_EXPORT Handle(GEOM_Object) MakeRevolutionAxisAngle2Ways (Handle(GEOM_Object) theBase,
81                                                                     Handle(GEOM_Object) theAxis,
82                                                                     double theAngle);
83
84   Standard_EXPORT Handle(GEOM_Object) MakeSolidShell (Handle(GEOM_Object) theShell);
85
86   Standard_EXPORT Handle(GEOM_Object) MakeFilling (Handle(GEOM_Object) theShape, int theMinDeg, int theMaxDeg, double theTol2D, double theTol3D, int theNbIter, bool isApprox);
87
88   Standard_EXPORT Handle(GEOM_Object) MakeThruSections(const Handle(TColStd_HSequenceOfTransient)& theSeqSections,
89                                                        bool theModeSolid,
90                                                        double thePreci,
91                                                        bool theRuled);
92
93   Standard_EXPORT Handle(GEOM_Object) MakePipeWithDifferentSections(
94                 const Handle(TColStd_HSequenceOfTransient)& theBases,
95                 const Handle(TColStd_HSequenceOfTransient)& theLocations,
96                 const Handle(GEOM_Object)& thePath,
97                 bool theWithContact,
98                 bool theWithCorrections);
99
100   Standard_EXPORT Handle(GEOM_Object) MakePipeWithShellSections(
101                 const Handle(TColStd_HSequenceOfTransient)& theBases,
102                 const Handle(TColStd_HSequenceOfTransient)& theSubBases,
103                 const Handle(TColStd_HSequenceOfTransient)& theLocations,
104                 const Handle(GEOM_Object)& thePath,
105                 bool theWithContact,
106                 bool theWithCorrections);
107
108   Standard_EXPORT Handle(GEOM_Object) MakePipeShellsWithoutPath(
109                 const Handle(TColStd_HSequenceOfTransient)& theBases,
110                 const Handle(TColStd_HSequenceOfTransient)& theLocations);
111
112 };
113
114 #endif