Part: Geometry - Add function to trim a B-Spline
================================================ Supports both non-periodic and periodic case
This commit is contained in:
committed by
abdullahtahiriyo
parent
8be50486af
commit
2afcbff0d6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user