public void C0BSplineToArrayOfC1BSplineCurve(Geom_BSplineCurve BS, TColGeom_HArray1OfBSplineCurve tabBS,
                                              double AngularTolerance, double tolerance)
 {
     throw new NotImplementedException();
 }
 public void ConcatC1(TColGeom_Array1OfBSplineCurve ArrayOfCurves, TColStd_Array1OfReal ArrayOfToler,
                      TColStd_HArray1OfInteger ArrayOfIndices, TColGeom_HArray1OfBSplineCurve ArrayOfConcatenated,
                      ref bool ClosedFlag, double ClosedTolerance, double AngularTolerance)
 {
     throw new NotImplementedException();
 }