Open CASCADE Technology
6.5.4
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <Handle_Geom_Surface.hxx>
#include <Standard_Real.hxx>
#include <Standard_Boolean.hxx>
#include <TopLoc_Location.hxx>
Data Structures | |
class | BRepLib_FindSurface |
Provides an algorithm to find a Surface through a set of edges. The edges of the shape given as argument are explored if they are not coplanar at the required tolerance the method Found returns false. If a null tolerance is given the max of the edges tolerances is used. The method Tolerance returns the true distance of the edges to the Surface. The method Surface returns the Surface if found. The method Existed returns returns True if the Surface was already attached to some of the edges. When Existed returns True the Surface may have a location given by the Location method. More... |