Apply patch to add interpolate() method to B-Spline surface class

This commit is contained in:
wmayer
2012-06-25 11:48:43 +02:00
parent 718d56669c
commit ddc25e071a
4 changed files with 62 additions and 0 deletions

View File

@@ -1362,6 +1362,11 @@ GeomBSplineSurface::~GeomBSplineSurface()
{
}
void GeomBSplineSurface::setHandle(const Handle_Geom_BSplineSurface& s)
{
mySurface = Handle_Geom_BSplineSurface::DownCast(s->Copy());
}
const Handle_Geom_Geometry& GeomBSplineSurface::handle() const
{
return mySurface;