This function calculates point (pts) on the curve of intersection between the normal to a curve (guide) in a chosen parameter and a surface (surf), so that pts was at a given distance from the guide. X(1),X(2) are the parameters U,V of pts on surf.
More...
#include <BlendFunc_Corde.hxx>
This function calculates point (pts) on the curve of intersection between the normal to a curve (guide) in a chosen parameter and a surface (surf), so that pts was at a given distance from the guide. X(1),X(2) are the parameters U,V of pts on surf.
◆ BlendFunc_Corde()
◆ DerFguide()
Derived of the function compared to the parameter of the guideline.
◆ Derivatives()
returns the values <D> of the derivatives for the variable <X>. Returns True if the computation was done successfully, False otherwise.
◆ IsSolution()
| bool BlendFunc_Corde::IsSolution |
( |
const math_Vector & | Sol, |
|
|
const double | Tol ) |
Returns False if Sol is not solution else returns True and updates the fields tgs and tg2d.
◆ IsTangencyPoint()
| bool BlendFunc_Corde::IsTangencyPoint |
( |
| ) |
const |
Returns True when it is not possible to compute the tangent vectors at PointOnS.
◆ NPlan()
| const gp_Vec & BlendFunc_Corde::NPlan |
( |
| ) |
const |
returns the normal to CGuide at Ptgui.
◆ PointOnGuide()
| const gp_Pnt & BlendFunc_Corde::PointOnGuide |
( |
| ) |
const |
returns the point of parameter on CGuide
◆ PointOnS()
| const gp_Pnt & BlendFunc_Corde::PointOnS |
( |
| ) |
const |
◆ SetDist()
| void BlendFunc_Corde::SetDist |
( |
const double | Dist | ) |
|
◆ SetParam()
| void BlendFunc_Corde::SetParam |
( |
const double | Param | ) |
|
◆ Tangent2dOnS()
| const gp_Vec2d & BlendFunc_Corde::Tangent2dOnS |
( |
| ) |
const |
Returns the tangent vector at PointOnS, in the parametric space of the first surface.
◆ TangentOnS()
| const gp_Vec & BlendFunc_Corde::TangentOnS |
( |
| ) |
const |
Returns the tangent vector at PointOnS, in 3d space.
◆ Value()
computes the values <F> of the Function for the variable <X>. Returns True if the computation was done successfully, False otherwise.
The documentation for this class was generated from the following file: