![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
#include <GeomFill_LocFunction.hxx>
Public Member Functions | |
| GeomFill_LocFunction (const occ::handle< GeomFill_LocationLaw > &Law) | |
| bool | D0 (const double Param, const double First, const double Last) |
| compute the section for v = param | |
| bool | D1 (const double Param, const double First, const double Last) |
| compute the first derivative in v direction of the section for v = param | |
| bool | D2 (const double Param, const double First, const double Last) |
| compute the second derivative in v direction of the section for v = param | |
| void | DN (const double Param, const double First, const double Last, const int Order, double &Result, int &Ier) |
| GeomFill_LocFunction::GeomFill_LocFunction | ( | const occ::handle< GeomFill_LocationLaw > & | Law | ) |
compute the section for v = param
compute the first derivative in v direction of the section for v = param
compute the second derivative in v direction of the section for v = param
| void GeomFill_LocFunction::DN | ( | const double | Param, |
| const double | First, | ||
| const double | Last, | ||
| const int | Order, | ||
| double & | Result, | ||
| int & | Ier ) |