Open CASCADE Technology
6.5.4
|
Splits a Surface with a continuity criterion.
At the present moment C1 criterion is used only.
This tool works with tolerance. If C0 surface can be corrected
at a knot with given tolerance then the surface is corrected,
otherwise it is spltted at that knot.
#include <ShapeUpgrade_SplitSurfaceContinuity.hxx>
Public Member Functions | |
ShapeUpgrade_SplitSurfaceContinuity () | |
Empty constructor. | |
void | SetCriterion (const GeomAbs_Shape Criterion) |
Sets criterion for splitting. | |
void | SetTolerance (const Standard_Real Tol) |
Sets tolerance. | |
virtual void | Compute (const Standard_Boolean Segment) |
Calculates points for correction/splitting of the surface. |
virtual void ShapeUpgrade_SplitSurfaceContinuity::Compute | ( | const Standard_Boolean | Segment | ) | [virtual] |
Reimplemented from ShapeUpgrade_SplitSurface.