Salome HOME
Update copyrights 2014.
[modules/geom.git] / src / GEOMImpl / GEOMImpl_IMeasureOperations.hxx
1 // Copyright (C) 2007-2014  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, 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_IMeasureOperations_HXX_
24 #define _GEOMImpl_IMeasureOperations_HXX_
25
26 #include "GEOM_IOperations.hxx"
27
28 #include <BRepCheck_Analyzer.hxx>
29 #include <TopoDS_Shape.hxx>
30 #include <TopTools_HSequenceOfShape.hxx>
31 #include <TopTools_DataMapOfShapeListOfShape.hxx>
32 #include <TCollection_AsciiString.hxx>
33 #include <TColStd_HSequenceOfInteger.hxx>
34 #include <TColStd_HSequenceOfReal.hxx>
35 #include <gp_Ax3.hxx>
36 #include <Geom_Surface.hxx>
37 #include <Precision.hxx>
38
39 class GEOM_Engine;
40 class Handle(GEOM_Object);
41
42 class GEOMImpl_IMeasureOperations : public GEOM_IOperations {
43  public:
44   Standard_EXPORT GEOMImpl_IMeasureOperations(GEOM_Engine* theEngine, int theDocID);
45   Standard_EXPORT ~GEOMImpl_IMeasureOperations();
46
47   enum ShapeKind {
48     SK_NO_SHAPE,
49     // COMPOSITEs
50     SK_COMPOUND,
51     SK_COMPSOLID,
52     SK_SHELL,
53     SK_WIRE,
54     // SOLIDs
55     SK_SPHERE,       // full sphere
56     SK_CYLINDER,     // cylinder
57     SK_BOX,          // box with faces, parallel to global coordinate planes
58     SK_ROTATED_BOX,  // other box
59     SK_TORUS,        // full torus
60     SK_CONE,         // cone
61     SK_POLYHEDRON,   // solid, bounded by polygons
62     SK_SOLID,        // other solid
63     // FACEs
64     SK_SPHERE2D,     // spherical face (closed)
65     SK_CYLINDER2D,   // cylindrical face with defined height
66     SK_TORUS2D,      // toroidal face (closed)
67     SK_CONE2D,       // conical face with defined height
68     SK_DISK_CIRCLE,  // planar, bounded by circle
69     SK_DISK_ELLIPSE, // planar, bounded by ellipse
70     SK_POLYGON,      // planar, bounded by segments
71     SK_PLANE,        // infinite planar
72     SK_PLANAR,       // other planar
73     SK_FACE,         // other face
74     // EDGEs
75     SK_CIRCLE,       // full circle
76     SK_ARC_CIRCLE,   // arc of circle
77     SK_ELLIPSE,      // full ellipse
78     SK_ARC_ELLIPSE,  // arc of ellipse
79     SK_LINE,         // infinite segment
80     SK_SEGMENT,      // segment
81     SK_EDGE,         // other edge
82     // VERTEX
83     SK_VERTEX,
84     // ADVANCED shapes
85     SK_ADVANCED,     // all advanced shapes (temporary implementation)
86   };
87
88   Standard_EXPORT ShapeKind KindOfShape (Handle(GEOM_Object) theShape,
89                                          Handle(TColStd_HSequenceOfInteger)& theIntegers,
90                                          Handle(TColStd_HSequenceOfReal)&    theDoubles);
91
92   Standard_EXPORT void GetPosition (Handle(GEOM_Object) theShape,
93                                     Standard_Real& Ox, Standard_Real& Oy, Standard_Real& Oz,
94                                     Standard_Real& Zx, Standard_Real& Zy, Standard_Real& Zz,
95                                     Standard_Real& Xx, Standard_Real& Xy, Standard_Real& Xz);
96
97   Standard_EXPORT Handle(GEOM_Object) GetCentreOfMass (Handle(GEOM_Object) theShape);
98
99   Standard_EXPORT Handle(GEOM_Object) GetVertexByIndex (Handle(GEOM_Object) theShape,
100                                                         Standard_Integer theIndex);
101
102   Standard_EXPORT Handle(GEOM_Object) GetNormal (Handle(GEOM_Object) theFace,
103                                                  Handle(GEOM_Object) theOptionalPoint);
104
105   Standard_EXPORT void GetBasicProperties (Handle(GEOM_Object) theShape,
106                                            Standard_Real& theLength,
107                                            Standard_Real& theSurfArea,
108                                            Standard_Real& theVolume);
109
110   Standard_EXPORT void GetInertia (Handle(GEOM_Object) theShape,
111                                    Standard_Real& I11, Standard_Real& I12, Standard_Real& I13,
112                                    Standard_Real& I21, Standard_Real& I22, Standard_Real& I23,
113                                    Standard_Real& I31, Standard_Real& I32, Standard_Real& I33,
114                                    Standard_Real& Ix , Standard_Real& Iy , Standard_Real& Iz);
115
116   Standard_EXPORT void GetBoundingBox (Handle(GEOM_Object) theShape,
117                                        const Standard_Boolean precise,
118                                        Standard_Real& Xmin, Standard_Real& Xmax,
119                                        Standard_Real& Ymin, Standard_Real& Ymax,
120                                        Standard_Real& Zmin, Standard_Real& Zmax);
121
122   Standard_EXPORT Handle(GEOM_Object) GetBoundingBox (Handle(GEOM_Object) theShape,
123                                                       const Standard_Boolean precise);
124
125   Standard_EXPORT void GetTolerance (Handle(GEOM_Object) theShape,
126                                      Standard_Real& FaceMin, Standard_Real& FaceMax,
127                                      Standard_Real& EdgeMin, Standard_Real& EdgeMax,
128                                      Standard_Real& VertMin, Standard_Real& VertMax);
129
130   Standard_EXPORT bool CheckShape (Handle(GEOM_Object)      theShape,
131                                    const Standard_Boolean   theIsCheckGeom,
132                                    TCollection_AsciiString& theDump);
133
134   Standard_EXPORT bool CheckSelfIntersections (Handle(GEOM_Object) theShape,
135                                                Handle(TColStd_HSequenceOfInteger)& theIntersections);
136
137   Standard_EXPORT TCollection_AsciiString IsGoodForSolid (Handle(GEOM_Object) theShape);
138
139   Standard_EXPORT TCollection_AsciiString WhatIs (Handle(GEOM_Object) theShape);
140
141   Standard_EXPORT std::vector<bool> AreCoordsInside (Handle(GEOM_Object) theShape,
142                                                      const std::vector<double>& coords,
143                                                      double tolerance = Precision::Confusion());
144
145   Standard_EXPORT Standard_Real GetMinDistance (Handle(GEOM_Object) theShape1,
146                                                 Handle(GEOM_Object) theShape2,
147                                                 Standard_Real& X1, Standard_Real& Y1, Standard_Real& Z1,
148                                                 Standard_Real& X2, Standard_Real& Y2, Standard_Real& Z2);
149
150   Standard_EXPORT Standard_Integer ClosestPoints (Handle(GEOM_Object) theShape1,
151                                                   Handle(GEOM_Object) theShape2,
152                                                   Handle(TColStd_HSequenceOfReal)& theDoubles);
153
154   Standard_EXPORT void PointCoordinates (Handle(GEOM_Object) theShape,
155                                          Standard_Real& theX, Standard_Real& theY, Standard_Real& theZ);
156
157   Standard_EXPORT Standard_Real GetAngle (Handle(GEOM_Object) theLine1, Handle(GEOM_Object) theLine2);
158
159   Standard_EXPORT Standard_Real GetAngleBtwVectors (Handle(GEOM_Object) theVec1, Handle(GEOM_Object) theVec2);
160
161
162   // Methods for recieving radiuses of curvature of curves and surfaces
163   // in the given point
164   Standard_EXPORT Standard_Real CurveCurvatureByParam (Handle(GEOM_Object) theCurve,
165                                                        Standard_Real& theParam);
166   Standard_EXPORT Standard_Real CurveCurvatureByPoint (Handle(GEOM_Object) theCurve,
167                                                        Handle(GEOM_Object) thePoint);
168   Standard_EXPORT Standard_Real MaxSurfaceCurvatureByParam (Handle(GEOM_Object) theSurf,
169                                                             Standard_Real& theUParam,
170                                                             Standard_Real& theVParam);
171   Standard_EXPORT Standard_Real MaxSurfaceCurvatureByPoint (Handle(GEOM_Object) theSurf,
172                                                             Handle(GEOM_Object) thePoint);
173   Standard_EXPORT Standard_Real MinSurfaceCurvatureByParam (Handle(GEOM_Object) theSurf,
174                                                             Standard_Real& theUParam,
175                                                             Standard_Real& theVParam);
176   Standard_EXPORT Standard_Real MinSurfaceCurvatureByPoint (Handle(GEOM_Object) theSurf,
177                                                             Handle(GEOM_Object) thePoint);
178
179  private:
180   void StructuralDump (const BRepCheck_Analyzer& theAna,
181                        const TopoDS_Shape&       theShape,
182                        TCollection_AsciiString&  theDump);
183
184   void GetProblemShapes (const BRepCheck_Analyzer&           theAna,
185                          const TopoDS_Shape&                 theShape,
186                          Handle(TopTools_HSequenceOfShape)&  sl,
187                          Handle(TColStd_HArray1OfInteger)&   NbProblems,
188                          TopTools_DataMapOfShapeListOfShape& theMap);
189
190   void GetProblemSub (const BRepCheck_Analyzer&           theAna,
191                       const TopoDS_Shape&                 theShape,
192                       Handle(TopTools_HSequenceOfShape)&  sl,
193                       Handle(TColStd_HArray1OfInteger)&   NbProblems,
194                       const TopAbs_ShapeEnum              Subtype,
195                       TopTools_DataMapOfShapeListOfShape& theMap);
196
197   Standard_Real getSurfaceCurvatures (const Handle(Geom_Surface)& aSurf,
198                                       Standard_Real theUParam,
199                                       Standard_Real theVParam,
200                                       Standard_Boolean theNeedMaxCurv);
201 };
202
203 #endif