Open CASCADE Technology
6.5.4
|
Corrects/splits a 2d curve with a continuity criterion.
Tolerance is used to correct the curve at a knot that respects
geometrically the criterion, in order to reduce the
multiplicity of the knot.
#include <ShapeUpgrade_SplitCurve3dContinuity.hxx>
Public Member Functions | |
ShapeUpgrade_SplitCurve3dContinuity () | |
Empty constructor. | |
void | SetCriterion (const GeomAbs_Shape Criterion) |
Sets criterion for splitting. | |
void | SetTolerance (const Standard_Real Tol) |
Sets tolerance. | |
virtual void | Compute () |
Calculates points for correction/splitting of the curve | |
const Handle_Geom_Curve & | GetCurve () const |
virtual void ShapeUpgrade_SplitCurve3dContinuity::Compute | ( | ) | [virtual] |
Reimplemented from ShapeUpgrade_SplitCurve.
const Handle_Geom_Curve& ShapeUpgrade_SplitCurve3dContinuity::GetCurve | ( | ) | const |