summaryrefslogtreecommitdiff
path: root/inc/BRepBuilderAPI_WireError.hxx
blob: ee880cacef3e0957ff91899f5b36c92debbfcf2f (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
// 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 _BRepBuilderAPI_WireError_HeaderFile
#define _BRepBuilderAPI_WireError_HeaderFile

//! Indicates the outcome of wire <br>
//! construction, i.e. whether it is successful or not, as explained below: <br>
//! -      BRepBuilderAPI_WireDone No <br>
//!    error occurred. The wire is correctly built. <br>
//! -      BRepBuilderAPI_EmptyWire No <br>
//! initialization of the algorithm. Only an empty constructor was used. <br>
//! -      BRepBuilderAPI_DisconnectedWire <br>
//! The last edge which you attempted to add was not connected to the wire. <br>
//! -      BRepBuilderAPI_NonManifoldWire <br>
//!    The wire with some singularity. <br>
enum BRepBuilderAPI_WireError {
BRepBuilderAPI_WireDone,
BRepBuilderAPI_EmptyWire,
BRepBuilderAPI_DisconnectedWire,
BRepBuilderAPI_NonManifoldWire
};

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

#endif