// 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 _TopAbs_State_HeaderFile #define _TopAbs_State_HeaderFile //! Identifies the position of a vertex or a set of
//! vertices relative to a region of a shape.
//! The figure shown above illustrates the states of
//! vertices found in various parts of the edge relative
//! to the face which it intersects.
enum TopAbs_State { TopAbs_IN, TopAbs_OUT, TopAbs_ON, TopAbs_UNKNOWN }; #ifndef _Standard_PrimitiveTypes_HeaderFile #include #endif #endif