const Handle(Geom_BSplineSurface)& BS,
Handle(Geom_BSplineSurface)& BSpl) const
{
- Standard_Integer i, j;
Standard_Boolean OsculSurf=Standard_True;
#ifdef OCCT_DEBUG
std::cout<<"t = "<<Param<<std::endl;
MaxUDegree = (Standard_Integer ) udeg;
MaxVDegree = (Standard_Integer ) vdeg;
- for (i=1;i<=2;i++)
+ for (Standard_Integer i = 1; i <= 2; i++)
{
PolynomialUIntervals->ChangeValue(i) = i-1;
PolynomialVIntervals->ChangeValue(i) = i-1;
VLocalIndex = 0;
ULocalIndex = 0;
- for(j = 1; j <= SVKnot; j++) VLocalIndex += BS->VMultiplicity(j);
- for(i = 1; i <= SUKnot; i++) ULocalIndex += BS->UMultiplicity(i);
ucacheparameter = BS->UKnot(SUKnot);
vcacheparameter = BS->VKnot(SVKnot);
vspanlength = BS->VKnot(SVKnot + 1) - BS->VKnot(SVKnot);
-puts "TODO OCC24621 Windows: An exception was caught"
-puts "TODO OCC24621 Windows: \\*\\* Exception \\*\\*.*"
-puts "TODO OCC24621 Windows: TEST INCOMPLETE"
-
puts "========"
-puts "OCC24621"
+puts "OCC24621: F a i l e d to build Geom_OffsetSurface on B-Spline"
puts "========"
puts ""
-##################################################
-# Failed to build Geom_OffsetSurface on B-Spline
-##################################################
restore [locate_data_file bug24621_bs.draw] bs