| 
    Open CASCADE Technology 7.8.2.dev
    
   | 
 
This class intended to build knots sequence on discrete set of points for further approximation into bspline curve. More...
#include <ApproxInt_KnotTools.hxx>
This class intended to build knots sequence on discrete set of points for further approximation into bspline curve.
Short description of algorithm: 1) Build discrete curvature on points set. 2) According to special rules build draft knots sequence. 3) Filter draft sequence to build output sequence.
For more details look at: Anshuman Razdan - Knot Placement for B-Spline curve Approximation.
      
  | 
  static | 
Builds discrete curvature.
      
  | 
  static | 
Main function to build optimal knot sequence. At least one set from (thePntsXYZ, thePntsU1V1, thePntsU2V2) should exist.
| thePntsXYZ | - Set of 3d points. | 
| thePntsU1V1 | - Set of 2d points. | 
| thePntsU2V2 | - Set of 2d points. | 
| thePars | - Expected parameters associated with set. | 
| theApproxXYZ | - Flag, existence of 3d set. | 
| theApproxU1V1 | - Flag existence of first 2d set. | 
| theApproxU2V2 | - Flag existence of second 2d set. | 
| theMinNbPnts | - Minimal number of points per knot interval. | 
| theKnots | - output knots sequence. | 
      
  | 
  static | 
Defines preferable parametrization type for theWL.