Open CASCADE Technology  7.2.0
Enumerations

BRepBuilderAPI_FaceError.hxx File Reference

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_FaceError

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