summaryrefslogtreecommitdiff
path: root/inc/BooleanOperations_KindOfIntersection.hxx
blob: 21dd41a4e20ac3813d00ee817d7c7a2eeaa2aeb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// 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 _BooleanOperations_KindOfIntersection_HeaderFile
#define _BooleanOperations_KindOfIntersection_HeaderFile

//!  Describes the    fact   that  we    can  have  no <br>
//!           intersection between two shapes, or   a true or a <br>
//!          tangent one. <br>
enum BooleanOperations_KindOfIntersection {
BooleanOperations_NoIntersection,
BooleanOperations_TrueIntersection,
BooleanOperations_SameDomain
};

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

#endif