Open CASCADE Technology
6.5.4
|
Defines an algorithmic tangents field on a
boundary of a CoonsAlgPatch.
#include <GeomFill_TgtOnCoons.hxx>
Public Member Functions | |
GeomFill_TgtOnCoons (const Handle< GeomFill_CoonsAlgPatch > &K, const Standard_Integer I) | |
gp_Vec | Value (const Standard_Real W) const |
Computes the value of the field of tangency at parameter W. | |
gp_Vec | D1 (const Standard_Real W) const |
Computes the derivative of the field of tangency at parameter W. | |
void | D1 (const Standard_Real W, gp_Vec &T, gp_Vec &DT) const |
Computes the value and the derivative of the field of tangency at parameter W. |
GeomFill_TgtOnCoons::GeomFill_TgtOnCoons | ( | const Handle< GeomFill_CoonsAlgPatch > & | K, |
const Standard_Integer | I | ||
) |
gp_Vec GeomFill_TgtOnCoons::D1 | ( | const Standard_Real | W | ) | const [virtual] |
Implements GeomFill_TgtField.
void GeomFill_TgtOnCoons::D1 | ( | const Standard_Real | W, |
gp_Vec & | T, | ||
gp_Vec & | DT | ||
) | const [virtual] |
Implements GeomFill_TgtField.
gp_Vec GeomFill_TgtOnCoons::Value | ( | const Standard_Real | W | ) | const [virtual] |
Implements GeomFill_TgtField.