#include <GeomLib_IsPlanarSurface.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | GeomLib_IsPlanarSurface (const Handle(Geom_Surface)&S, const Standard_Real Tol=1.0e-7) |
Standard_EXPORT Standard_Boolean | IsPlanar () const |
Return if the Surface is a plan . | |
Standard_EXPORT const gp_Pln & | Plan () const |
Return the plan definition . | |
Private Attributes | |
gp_Pln | myPlan |
Standard_Boolean | IsPlan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|