#include <ShapeCustom_Surface.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | ShapeCustom_Surface () |
Standard_EXPORT | ShapeCustom_Surface (const Handle(Geom_Surface)&S) |
Standard_EXPORT void | Init (const Handle(Geom_Surface)&S) |
Standard_Real | Gap () const |
Returns maximal deviation of converted surface from the original one computed by last call to ConvertToAnalytical . | |
Standard_EXPORT Handle_Geom_Surface | ConvertToAnalytical (const Standard_Real tol, const Standard_Boolean substitute) |
Tries to convert the Surface to an Analytic form Returns the result Works only if the Surface is BSpline or Bezier. Else, or in case of failure, returns a Null Handle . | |
Standard_EXPORT Handle_Geom_Surface | ConvertToPeriodic (const Standard_Boolean substitute, const Standard_Real preci=-1) |
Tries to convert the Surface to the Periodic form Returns the resulting surface Works only if the Surface is BSpline and is closed with Precision::Confusion() Else, or in case of failure, returns a Null Handle . | |
Private Attributes | |
Handle_Geom_Surface | mySurf |
Standard_Real | myGap |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|