Part: Geometry - Add function to trim a B-Spline

================================================

Supports both non-periodic and periodic case
This commit is contained in:
Abdullah Tahiri
2021-01-27 07:51:16 +01:00
committed by abdullahtahiriyo
parent 8be50486af
commit 2afcbff0d6
2 changed files with 33 additions and 0 deletions

View File

@@ -307,6 +307,8 @@ public:
void increaseMultiplicity(int index, int multiplicity);
bool removeKnot(int index, int multiplicity, double tolerance = Precision::PConfusion());
void Trim(double u, double v);
// Persistence implementer ---------------------
virtual unsigned int getMemSize(void) const;
virtual void Save(Base::Writer &/*writer*/) const;