// 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 _BRepBuilderAPI_FaceError_HeaderFile #define _BRepBuilderAPI_FaceError_HeaderFile //! Indicates the outcome of the
//! construction of a face, i.e. whether it has been successful or
//! not, as explained below:
//! - BRepBuilderAPI_FaceDone No error occurred. The face is
//! correctly built.
//! - BRepBuilderAPI_NoFace No initialization of the
//! algorithm; only an empty constructor was used.
//! - BRepBuilderAPI_NotPlanar
//! No surface was given and the wire was not planar.
//! - BRepBuilderAPI_CurveProjectionFailed
//! Not used so far.
//! - BRepBuilderAPI_ParametersOutOfRange
//! The parameters given to limit the surface are out of its bounds.
enum BRepBuilderAPI_FaceError { BRepBuilderAPI_FaceDone, BRepBuilderAPI_NoFace, BRepBuilderAPI_NotPlanar, BRepBuilderAPI_CurveProjectionFailed, BRepBuilderAPI_ParametersOutOfRange }; #ifndef _Standard_PrimitiveTypes_HeaderFile #include #endif #endif