summaryrefslogtreecommitdiff
path: root/inc/gce_ErrorType.hxx
blob: 66c38a1bec2d7007a16bc18b402729405510112a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _gce_ErrorType_HeaderFile
#define _gce_ErrorType_HeaderFile


enum gce_ErrorType {
gce_Done,
gce_ConfusedPoints,
gce_NegativeRadius,
gce_ColinearPoints,
gce_IntersectionError,
gce_NullAxis,
gce_NullAngle,
gce_NullRadius,
gce_InvertAxis,
gce_BadAngle,
gce_InvertRadius,
gce_NullFocusLength,
gce_NullVector,
gce_BadEquation
};

#ifndef _Standard_PrimitiveTypes_HeaderFile
#include <Standard_PrimitiveTypes.hxx>
#endif

#endif