summaryrefslogtreecommitdiff
path: root/inc/BRepMesh_Status.hxx
blob: 338ec7d2b147f6340b543bb31717b7fe48cd4339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// File:        BRepMesh_Status.hxx
// Created:     May 17 11:59:53 2011
// Author:      Oleg AGASHIN
// Copyright:   Open CASCADE SAS 2011

#ifndef _BRepMesh_Status_HeaderFile
#define _BRepMesh_Status_HeaderFile

//! Discribes the wires discretisation. <br>
enum BRepMesh_Status {
BRepMesh_NoError              = 0x0,
BRepMesh_OpenWire             = 0x1,
BRepMesh_SelfIntersectingWire = 0x2,
BRepMesh_Failure              = 0x4,
BRepMesh_ReMesh               = 0x8
};

#endif