// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _BRepOffset_Status_HeaderFile
#define _BRepOffset_Status_HeaderFile
//! Lists the offset modes. These are the following:
//! - BRepOffset_Skin which describes the offset along
//! the surface of a solid, used to obtain a manifold topological space,
//! - BRepOffset_Pipe which describes the offset of a
//! curve, used to obtain a pre-surface,
//! - BRepOffset_RectoVerso which describes the offset
//! of a given surface shell along both sides of the surface.
//! status of an offset face
//! Good :
//! Reversed : e.g. Offset > Radius of a cylinder
//! Degenerated : e.g. Offset = Radius of a cylinder
//! Unknown : e.g. for a Beziersurf
enum BRepOffset_Status {
BRepOffset_Good,
BRepOffset_Reversed,
BRepOffset_Degenerated,
BRepOffset_Unknown
};
#ifndef _Standard_PrimitiveTypes_HeaderFile
#include
#endif
#endif