Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Enumerations
BRepBuilderAPI_FaceError.hxx File Reference
#include <Standard_PrimitiveTypes.hxx>

Enumerations

enum  BRepBuilderAPI_FaceError {
  BRepBuilderAPI_FaceDone, BRepBuilderAPI_NoFace, BRepBuilderAPI_NotPlanar, BRepBuilderAPI_CurveProjectionFailed,
  BRepBuilderAPI_ParametersOutOfRange
}
 Indicates the outcome of the
construction of a face, i.e. whether it has been successful or
not, as explained below:
More...

Enumeration Type Documentation

  • 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.
Enumerator:
BRepBuilderAPI_FaceDone 
BRepBuilderAPI_NoFace 
BRepBuilderAPI_NotPlanar 
BRepBuilderAPI_CurveProjectionFailed 
BRepBuilderAPI_ParametersOutOfRange