Salome HOME
NPAL15298: KindOfShape(). A tool by PKV.
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_KindOfName.hxx
1 // File generated by CPPExt (Enum)
2 //
3 //                     Copyright (C) 1991 - 2000 by  
4 //                      Matra Datavision SA.  All rights reserved.
5 //  
6 //                     Copyright (C) 2001 - 2004 by
7 //                     Open CASCADE SA.  All rights reserved.
8 // 
9 // This file is part of the Open CASCADE Technology software.
10 //
11 // This software may be distributed and/or modified under the terms and
12 // conditions of the Open CASCADE Public License as defined by Open CASCADE SA
13 // and appearing in the file LICENSE included in the packaging of this file.
14 //  
15 // This software is distributed on an "AS IS" basis, without warranty of any
16 // kind, and Open CASCADE SA hereby disclaims all such warranties,
17 // including without limitation, any warranties of merchantability, fitness
18 // for a particular purpose or non-infringement. Please see the License for
19 // the specific terms and conditions governing rights and limitations under the
20 // License.
21
22 #ifndef _GEOMAlgo_KindOfName_HeaderFile
23 #define _GEOMAlgo_KindOfName_HeaderFile
24
25
26 enum GEOMAlgo_KindOfName { 
27  GEOMAlgo_KN_UNKNOWN,
28 GEOMAlgo_KN_SPHERE,
29 GEOMAlgo_KN_CYLINDER,
30 GEOMAlgo_KN_TORUS,
31 GEOMAlgo_KN_CONE,
32 GEOMAlgo_KN_ELLIPSE,
33 GEOMAlgo_KN_CIRCLE,
34 GEOMAlgo_KN_PLANE,
35 GEOMAlgo_KN_LINE,
36 GEOMAlgo_KN_BOX,
37 GEOMAlgo_KN_SEGMENT,
38 GEOMAlgo_KN_ARCCIRCLE,
39 GEOMAlgo_KN_POLYGON,
40 GEOMAlgo_KN_POLYHEDRON,
41 GEOMAlgo_KN_DISKCIRCLE,
42 GEOMAlgo_KN_DISKELLIPSE,
43 GEOMAlgo_KN_RECTANGLE,
44 GEOMAlgo_KN_TRIANGLE,
45 GEOMAlgo_KN_QUADRANGLE,
46 GEOMAlgo_KN_ARCELLIPSE
47 };
48
49
50 #ifndef _Standard_PrimitiveTypes_HeaderFile
51 #include <Standard_PrimitiveTypes.hxx>
52 #endif
53
54 #endif