Apply patch to add interpolate() method to B-Spline surface class
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user