#include <BRepLib_FindSurface.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | BRepLib_FindSurface () |
| Standard_EXPORT | BRepLib_FindSurface (const TopoDS_Shape &S, const Standard_Real Tol=-1, const Standard_Boolean OnlyPlane=Standard_False) |
| Computes the Surface from the edges of <s> with the given tolerance. if <onlyplane> is true, the computed surface will be a plane. If it is not possible to find a plane, the flag NotDone will be set. . | |
| Standard_EXPORT void | Init (const TopoDS_Shape &S, const Standard_Real Tol=-1, const Standard_Boolean OnlyPlane=Standard_False) |
| Computes the Surface from the edges of <s> with the given tolerance. if <onlyplane> is true, the computed surface will be a plane. If it is not possible to find a plane, the flag NotDone will be set. . | |
| Standard_EXPORT Standard_Boolean | Found () const |
| Standard_EXPORT Handle_Geom_Surface | Surface () const |
| Standard_EXPORT Standard_Real | Tolerance () const |
| Standard_EXPORT Standard_Real | ToleranceReached () const |
| Standard_EXPORT Standard_Boolean | Existed () const |
| Standard_EXPORT TopLoc_Location | Location () const |
Private Attributes | |
| Handle_Geom_Surface | mySurface |
| Standard_Real | myTolerance |
| Standard_Real | myTolReached |
| Standard_Boolean | isExisted |
| TopLoc_Location | myLocation |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1