summaryrefslogtreecommitdiff
path: root/inc/TopAbs_State.hxx
blob: 5683dfdf7b8a92556475a18ffcee7173e936aa42 (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
// 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 _TopAbs_State_HeaderFile
#define _TopAbs_State_HeaderFile

//! Identifies the position of a vertex or a set of <br>
//! vertices relative to a region of a shape. <br>
//! The figure shown above illustrates the states of <br>
//! vertices found in various parts of the edge relative <br>
//! to the face which it intersects. <br>
enum TopAbs_State {
TopAbs_IN,
TopAbs_OUT,
TopAbs_ON,
TopAbs_UNKNOWN
};

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

#endif