예제 #1
0
 public void C0BSplineToArrayOfC1BSplineCurve(Geom2d_BSplineCurve BS, TColGeom2d_HArray1OfBSplineCurve tabBS,
                                              double AngularTolerance, double Tolerance)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public void ConcatC1(TColGeom2d_Array1OfBSplineCurve ArrayOfCurves, TColStd_Array1OfReal ArrayOfToler,
                      TColStd_HArray1OfInteger ArrayOfIndices, TColGeom2d_HArray1OfBSplineCurve ArrayOfConcatenated,
                      ref bool ClosedFlag, double ClosedTolerance, double AngularTolerance)
 {
     throw new NotImplementedException();
 }