|
Open CASCADE Technology
6.7.1
|
#include <Standard_PrimitiveTypes.hxx>Enumerations | |
| enum | BRepBuilderAPI_FaceError { BRepBuilderAPI_FaceDone, BRepBuilderAPI_NoFace, BRepBuilderAPI_NotPlanar, BRepBuilderAPI_CurveProjectionFailed, BRepBuilderAPI_ParametersOutOfRange } |
Indicates the outcome of the <br> construction of a face, i.e. whether it has been successful or | |
Indicates the outcome of the <br>
construction of a face, i.e. whether it has been successful or
not, as explained below:
| Enumerator | |
|---|---|
| BRepBuilderAPI_FaceDone | |
| BRepBuilderAPI_NoFace | |
| BRepBuilderAPI_NotPlanar | |
| BRepBuilderAPI_CurveProjectionFailed | |
| BRepBuilderAPI_ParametersOutOfRange | |
1.8.5