![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
inherits class Cutting; contains a list of preferential points (pi)i and a list of Recommended points used in cutting management. if Cutting is necessary in [a,b], we cut at the di nearest from (a+b)/2 More...
#include <AdvApprox_PrefAndRec.hxx>

Public Member Functions | |
| AdvApprox_PrefAndRec (const NCollection_Array1< double > &RecomendedCut, const NCollection_Array1< double > &PrefferedCut, const double Weight=5) | |
| bool | Value (const double a, const double b, double &cuttingvalue) const override |
| cuting value is | |
Public Member Functions inherited from AdvApprox_Cutting | |
| virtual | ~AdvApprox_Cutting () |
inherits class Cutting; contains a list of preferential points (pi)i and a list of Recommended points used in cutting management. if Cutting is necessary in [a,b], we cut at the di nearest from (a+b)/2
| AdvApprox_PrefAndRec::AdvApprox_PrefAndRec | ( | const NCollection_Array1< double > & | RecomendedCut, |
| const NCollection_Array1< double > & | PrefferedCut, | ||
| const double | Weight = 5 ) |
|
overridevirtual |
cuting value is
Implements AdvApprox_Cutting.