Open CASCADE Technology 6.6.0
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <TopoDS_Edge.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Real.hxx>
#include <TopAbs_Orientation.hxx>
#include <Standard_Integer.hxx>
#include <TopOpeBRepBuild_LoopClassifier.hxx>
#include <TopAbs_State.hxx>
#include <Handle_TopOpeBRepBuild_Loop.hxx>
Data Structures | |
class | TopOpeBRepBuild_PaveClassifier |
This class compares vertices on an edge. A vertex V1 is inside a vertex V2 if V1 is on the part of the curve defined by V2. If V2 is FORWARD V1 must be after V2 on the curve. If V2 is REVERSED V1 must be before V2 on the curve. If V2 is INTERNAL V1 is always inside. If V2 is EXTERNAL V1 is never inside. More... |