Warnings on vc14 were eliminated
[occt.git] / src / BRepCheck / BRepCheck_Status.hxx
1 // Created on: 1995-12-06
2 // Created by: Jacques GOUSSARD
3 // Copyright (c) 1995-1999 Matra Datavision
4 // Copyright (c) 1999-2014 OPEN CASCADE SAS
5 //
6 // This file is part of Open CASCADE Technology software library.
7 //
8 // This library is free software; you can redistribute it and/or modify it under
9 // the terms of the GNU Lesser General Public License version 2.1 as published
10 // by the Free Software Foundation, with special exception defined in the file
11 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12 // distribution for complete text of the license and disclaimer of any warranty.
13 //
14 // Alternatively, this file may be used under the terms of Open CASCADE
15 // commercial license or contractual agreement.
16
17 #ifndef _BRepCheck_Status_HeaderFile
18 #define _BRepCheck_Status_HeaderFile
19
20
21 enum BRepCheck_Status
22 {
23 BRepCheck_NoError,
24 BRepCheck_InvalidPointOnCurve,
25 BRepCheck_InvalidPointOnCurveOnSurface,
26 BRepCheck_InvalidPointOnSurface,
27 BRepCheck_No3DCurve,
28 BRepCheck_Multiple3DCurve,
29 BRepCheck_Invalid3DCurve,
30 BRepCheck_NoCurveOnSurface,
31 BRepCheck_InvalidCurveOnSurface,
32 BRepCheck_InvalidCurveOnClosedSurface,
33 BRepCheck_InvalidSameRangeFlag,
34 BRepCheck_InvalidSameParameterFlag,
35 BRepCheck_InvalidDegeneratedFlag,
36 BRepCheck_FreeEdge,
37 BRepCheck_InvalidMultiConnexity,
38 BRepCheck_InvalidRange,
39 BRepCheck_EmptyWire,
40 BRepCheck_RedundantEdge,
41 BRepCheck_SelfIntersectingWire,
42 BRepCheck_NoSurface,
43 BRepCheck_InvalidWire,
44 BRepCheck_RedundantWire,
45 BRepCheck_IntersectingWires,
46 BRepCheck_InvalidImbricationOfWires,
47 BRepCheck_EmptyShell,
48 BRepCheck_RedundantFace,
49 BRepCheck_InvalidImbricationOfShells,
50 BRepCheck_UnorientableShape,
51 BRepCheck_NotClosed,
52 BRepCheck_NotConnected,
53 BRepCheck_SubshapeNotInShape,
54 BRepCheck_BadOrientation,
55 BRepCheck_BadOrientationOfSubshape,
56 BRepCheck_InvalidPolygonOnTriangulation,
57 BRepCheck_InvalidToleranceValue,
58 BRepCheck_EnclosedRegion,
59 BRepCheck_CheckFail
60 };
61
62 #endif // _BRepCheck_Status_HeaderFile