Open CASCADE Technology
7.4.0
|
this defines an evaluator for a function of 2 variables that will be used by CancelDenominatorDerivative in one direction. More...
#include <GeomLib_DenominatorMultiplier.hxx>
Public Member Functions | |
GeomLib_DenominatorMultiplier (const Handle< Geom_BSplineSurface > &Surface, const TColStd_Array1OfReal &KnotVector) | |
if the surface is rational this will define the evaluator of a real function of 2 variables a(u,v) such that if we define a new surface by : a(u,v) * N(u,v) NewF(u,v) = -------------— a(u,v) * D(u,v) More... | |
Standard_Real | Value (const Standard_Real UParameter, const Standard_Real VParameter) const |
Returns the value of a(UParameter,VParameter)=. More... | |
this defines an evaluator for a function of 2 variables that will be used by CancelDenominatorDerivative in one direction.
GeomLib_DenominatorMultiplier::GeomLib_DenominatorMultiplier | ( | const Handle< Geom_BSplineSurface > & | Surface, |
const TColStd_Array1OfReal & | KnotVector | ||
) |
if the surface is rational this will define the evaluator of a real function of 2 variables a(u,v) such that if we define a new surface by : a(u,v) * N(u,v) NewF(u,v) = -------------— a(u,v) * D(u,v)
Standard_Real GeomLib_DenominatorMultiplier::Value | ( | const Standard_Real | UParameter, |
const Standard_Real | VParameter | ||
) | const |
Returns the value of a(UParameter,VParameter)=.
H0(UParameter)/Denominator(Umin,Vparameter)
D Denominator(Umin,Vparameter)
D Denominator(Umax,Vparameter)