// 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 _ChFi2d_ConstructionError_HeaderFile
#define _ChFi2d_ConstructionError_HeaderFile
//! error that can occur during the
//! fillet construction on planar wire
//! the face is not planar
//! the face is null
//! the two faces used for the initialisation are
//! uncompatible.
//! the parameters as distances or angle for
//! chamfer are less or equal to zero.
//! the initialization has been succesfull.
//! the algorithm could not find a solution.
//! the vertex given to locate the fillet or the
//! chamfer is not connected to 2 edges.
//! the two edges connected to the vertex are tangent.
//! the first edge is degenerated.
//! the last edge is degenerated.
//! the two edges are degenerated.
enum ChFi2d_ConstructionError {
ChFi2d_NotPlanar,
ChFi2d_NoFace,
ChFi2d_InitialisationError,
ChFi2d_ParametersError,
ChFi2d_Ready,
ChFi2d_IsDone,
ChFi2d_ComputationError,
ChFi2d_ConnexionError,
ChFi2d_TangencyError,
ChFi2d_FirstEdgeDegenerated,
ChFi2d_LastEdgeDegenerated,
ChFi2d_BothEdgesDegenerated,
ChFi2d_NotAuthorized
};
#ifndef _Standard_PrimitiveTypes_HeaderFile
#include
#endif
#endif