Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Static Public Member Functions
Hermit Class Reference

This is used to reparameterize Rational BSpline Curves so that we can concatenate them later to build C1 Curves It builds and 1D-reparameterizing function starting from an Hermite interpolation and adding knots and modifying poles of the 1D BSpline obtained that way. The goal is to build a(u) so that if we consider a BSpline curve N(u) f(u) = --— D(u) More...

#include <Hermit.hxx>

Static Public Member Functions

static occ::handle< Geom2d_BSplineCurveSolution (const occ::handle< Geom_BSplineCurve > &BS, const double TolPoles=0.000001, const double TolKnots=0.000001)
 returns the correct spline a(u) which will be multiplicated with BS later.
 
static occ::handle< Geom2d_BSplineCurveSolution (const occ::handle< Geom2d_BSplineCurve > &BS, const double TolPoles=0.000001, const double TolKnots=0.000001)
 returns the correct spline a(u) which will be multiplicated with BS later.
 
static void Solutionbis (const occ::handle< Geom_BSplineCurve > &BS, double &Knotmin, double &Knotmax, const double TolPoles=0.000001, const double TolKnots=0.000001)
 returns the knots to insert to a(u) to stay with a constant sign and in the tolerances.
 

Detailed Description

This is used to reparameterize Rational BSpline Curves so that we can concatenate them later to build C1 Curves It builds and 1D-reparameterizing function starting from an Hermite interpolation and adding knots and modifying poles of the 1D BSpline obtained that way. The goal is to build a(u) so that if we consider a BSpline curve N(u) f(u) = --— D(u)

the function a(u)D(u) has value 1 at the umin and umax and has 0.0e0 derivative value a umin and umax. The details of the computation occurring in this package can be found by reading : " Etude sur la concatenation de NURBS en vue du balayage de surfaces" PFE n S85 Ensam Lille

Member Function Documentation

◆ Solution() [1/2]

static occ::handle< Geom2d_BSplineCurve > Hermit::Solution ( const occ::handle< Geom2d_BSplineCurve > & BS,
const double TolPoles = 0.000001,
const double TolKnots = 0.000001 )
static

returns the correct spline a(u) which will be multiplicated with BS later.

◆ Solution() [2/2]

static occ::handle< Geom2d_BSplineCurve > Hermit::Solution ( const occ::handle< Geom_BSplineCurve > & BS,
const double TolPoles = 0.000001,
const double TolKnots = 0.000001 )
static

returns the correct spline a(u) which will be multiplicated with BS later.

◆ Solutionbis()

static void Hermit::Solutionbis ( const occ::handle< Geom_BSplineCurve > & BS,
double & Knotmin,
double & Knotmax,
const double TolPoles = 0.000001,
const double TolKnots = 0.000001 )
static

returns the knots to insert to a(u) to stay with a constant sign and in the tolerances.


The documentation for this class was generated from the following file: