Ejemplo n.º 1
0
 public void FunctionMultiply(BSplCLib_EvaluatorFunction Function, int BSplineDegree,
                              TColStd_Array1OfReal BSplineFlatKnots, TColgp_Array1OfPnt Poles, TColStd_Array1OfReal FlatKnots,
                              int NewDegree, TColgp_Array1OfPnt NewPoles, ref int theStatus)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public BSplCLib_EvaluatorFunction(BSplCLib_EvaluatorFunction parameter1)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }
Ejemplo n.º 3
0
 public void FunctionReparameterise(BSplCLib_EvaluatorFunction Function, int BSplineDegree,
                                    TColStd_Array1OfReal BSplineFlatKnots, TColStd_Array1OfReal Poles, TColStd_Array1OfReal FlatKnots,
                                    int NewDegree, TColStd_Array1OfReal NewPoles, ref int theStatus)
 {
     throw new NotImplementedException();
 }