summaryrefslogtreecommitdiff
path: root/src/Blend/Blend_SurfCurvFuncInv.cxx
blob: 39b86660994e4498cd212715c1110dffb561d7be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// File:	Blend_SurfCurvFuncInv.cxx
// Created:	Fri Feb 21 14:16:51 1997
// Author:	Laurent BOURESCHE
//		<lbo@pomalox.paris1.matra-dtv.fr>


#include <Blend_SurfCurvFuncInv.ixx>

//=======================================================================
//function : NbVariables
//purpose  : 
//=======================================================================

Standard_Integer Blend_SurfCurvFuncInv::NbVariables() const
{
  return 3;
}