Open CASCADE Technology
7.3.0
|
Find if a surface is a planar surface. More...
#include <GeomLib_IsPlanarSurface.hxx>
Public Member Functions | |
GeomLib_IsPlanarSurface (const Handle< Geom_Surface > &S, const Standard_Real Tol=1.0e-7) | |
Standard_Boolean | IsPlanar () const |
Return if the Surface is a plan. More... | |
const gp_Pln & | Plan () const |
Return the plan definition. More... | |
Find if a surface is a planar surface.
GeomLib_IsPlanarSurface::GeomLib_IsPlanarSurface | ( | const Handle< Geom_Surface > & | S, |
const Standard_Real | Tol = 1.0e-7 |
||
) |
Standard_Boolean GeomLib_IsPlanarSurface::IsPlanar | ( | ) | const |
Return if the Surface is a plan.
const gp_Pln& GeomLib_IsPlanarSurface::Plan | ( | ) | const |
Return the plan definition.