0026555: Modeling Algorithms - Exception-safe status reporting in BRepOffset_MakeOffset
[occt.git] / src / BRepOffset / BRepOffset_Error.hxx
index 447eec8..c809f4a 100644 (file)
 
 enum BRepOffset_Error
 {
-BRepOffset_NoError,
-BRepOffset_UnknownError,
-BRepOffset_BadNormalsOnGeometry,
-BRepOffset_C0Geometry,
-BRepOffset_NullOffset,
-BRepOffset_NotConnectedShell
+  BRepOffset_NoError,
+  BRepOffset_UnknownError,
+  BRepOffset_BadNormalsOnGeometry,
+  BRepOffset_C0Geometry,
+  BRepOffset_NullOffset,
+  BRepOffset_NotConnectedShell,
+  BRepOffset_CannotTrimEdges,        //!< exception while trim edges
+  BRepOffset_CannotFuseVertices,     //!< exception while fuse vertices
+  BRepOffset_CannotExtentEdge        //!< exception while extent edges
 };
 
 #endif // _BRepOffset_Error_HeaderFile