Open CASCADE Technology
6.5.4
|
Function to approximate by AppSurface for Edge/Face
#include <BRepBlend_AppFuncRst.hxx>
Public Member Functions | |
BRepBlend_AppFuncRst (Handle< BRepBlend_Line > &Line, Blend_SurfRstFunction &Func, const Standard_Real Tol3d, const Standard_Real Tol2d) | |
void | Point (const Blend_AppFunction &Func, const Standard_Real Param, const math_Vector &Sol, Blend_Point &Pnt) const |
void | Vec (math_Vector &Sol, const Blend_Point &Pnt) const |
BRepBlend_AppFuncRst::BRepBlend_AppFuncRst | ( | Handle< BRepBlend_Line > & | Line, |
Blend_SurfRstFunction & | Func, | ||
const Standard_Real | Tol3d, | ||
const Standard_Real | Tol2d | ||
) |
void BRepBlend_AppFuncRst::Point | ( | const Blend_AppFunction & | Func, |
const Standard_Real | Param, | ||
const math_Vector & | Sol, | ||
Blend_Point & | Pnt | ||
) | const [virtual] |
Implements BRepBlend_AppFuncRoot.
void BRepBlend_AppFuncRst::Vec | ( | math_Vector & | Sol, |
const Blend_Point & | Pnt | ||
) | const [virtual] |
Implements BRepBlend_AppFuncRoot.