Part: Geometry add support for getting the number of knots in a B-Spline
This commit is contained in:
@@ -646,6 +646,11 @@ int GeomBSplineCurve::countPoles() const
|
||||
return myCurve->NbPoles();
|
||||
}
|
||||
|
||||
int GeomBSplineCurve::countKnots() const
|
||||
{
|
||||
return myCurve->NbKnots();
|
||||
}
|
||||
|
||||
void GeomBSplineCurve::setPole(int index, const Base::Vector3d& pole, double weight)
|
||||
{
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user