// 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 _StdSelect_TypeOfEdge_HeaderFile
#define _StdSelect_TypeOfEdge_HeaderFile
//! Provides values for different types of faces. These
//! values are used to filter faces in frameworks inheriting
//! StdSelect_FaceFilter.
enum StdSelect_TypeOfEdge {
StdSelect_AnyEdge,
StdSelect_Line,
StdSelect_Circle
};
#ifndef _Standard_PrimitiveTypes_HeaderFile
#include
#endif
#endif