// 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_KindOfInterference_HeaderFile
#define _BooleanOperations_KindOfInterference_HeaderFile
//! Interferences describe an intersection between two
//! shapes. They are classified following a hierarchy
//! from the lower until the upper.
enum BooleanOperations_KindOfInterference {
BooleanOperations_SurfaceSurface,
BooleanOperations_EdgeSurface,
BooleanOperations_VertexSurface,
BooleanOperations_EdgeEdge,
BooleanOperations_VertexEdge,
BooleanOperations_VertexVertex,
BooleanOperations_UnknownInterference
};
#ifndef _Standard_PrimitiveTypes_HeaderFile
#include
#endif
#endif