|
Open CASCADE Technology
6.9.1
|
#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... | |
Indicates the outcome of the 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.10